mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 23:18:35 -07:00
BLE Spam add lock keyboard option (v3.3)
This commit is contained in:
2
applications/external/ble_spam/ble_spam.h
vendored
2
applications/external/ble_spam/ble_spam.h
vendored
@@ -21,6 +21,7 @@ enum {
|
||||
ConfigRandomMac,
|
||||
ConfigExtraStart = ConfigRandomMac,
|
||||
ConfigLedIndicator,
|
||||
ConfigLockKeyboard,
|
||||
};
|
||||
|
||||
typedef struct Attack Attack;
|
||||
@@ -30,6 +31,7 @@ typedef struct {
|
||||
uint8_t byte_store[3];
|
||||
VariableItemListEnterCallback fallback_config_enter;
|
||||
bool led_indicator;
|
||||
bool lock_keyboard;
|
||||
|
||||
NotificationApp* notification;
|
||||
ViewDispatcher* view_dispatcher;
|
||||
|
||||
Reference in New Issue
Block a user