mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
BadKB: Rename code to BadUSB for easier merges
Still called BadKB for display name and appid
This commit is contained in:
@@ -34,7 +34,7 @@ static const DolphinDeedWeight dolphin_deed_weights[] = {
|
||||
{2, DolphinAppIbutton}, // DolphinDeedIbuttonEmulate
|
||||
{2, DolphinAppIbutton}, // DolphinDeedIbuttonAdd
|
||||
|
||||
{3, DolphinAppBadKb}, // DolphinDeedBadKbPlayScript
|
||||
{3, DolphinAppBadUsb}, // DolphinDeedBadUsbPlayScript
|
||||
|
||||
{3, DolphinAppPlugin}, // DolphinDeedU2fAuthorized
|
||||
|
||||
@@ -54,7 +54,7 @@ static uint8_t dolphin_deed_limits[] = {
|
||||
69, // DolphinAppNfc
|
||||
69, // DolphinAppIr
|
||||
69, // DolphinAppIbutton
|
||||
69, // DolphinAppBadKb
|
||||
69, // DolphinAppBadUsb
|
||||
69, // DolphinAppPlugin
|
||||
};
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ typedef enum {
|
||||
DolphinAppNfc,
|
||||
DolphinAppIr,
|
||||
DolphinAppIbutton,
|
||||
DolphinAppBadKb,
|
||||
DolphinAppBadUsb,
|
||||
DolphinAppPlugin,
|
||||
DolphinAppMAX,
|
||||
} DolphinApp;
|
||||
@@ -50,7 +50,7 @@ typedef enum {
|
||||
DolphinDeedIbuttonEmulate,
|
||||
DolphinDeedIbuttonAdd,
|
||||
|
||||
DolphinDeedBadKbPlayScript,
|
||||
DolphinDeedBadUsbPlayScript,
|
||||
|
||||
DolphinDeedU2fAuthorized,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user