BadKB: Rename code to BadUSB for easier merges

Still called BadKB for display name and appid
This commit is contained in:
Willy-JL
2025-02-28 00:06:57 +00:00
parent 9e65b9472f
commit 02e00498a1
121 changed files with 1877 additions and 1852 deletions

View File

@@ -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
};

View File

@@ -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,