mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-30 21:58:55 -07:00
Some badkb cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "bad_kb_app.h"
|
||||
#include "scenes/bad_kb_scene.h"
|
||||
#include "helpers/ducky_script.h"
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ typedef enum {
|
||||
} BadKbAppError;
|
||||
|
||||
typedef struct {
|
||||
char bt_name[BAD_KB_ADV_NAME_MAX_LEN + 1];
|
||||
char bt_name[BAD_KB_ADV_NAME_MAX_LEN];
|
||||
uint8_t bt_mac[BAD_KB_MAC_ADDRESS_LEN];
|
||||
FuriHalUsbInterface* usb_mode;
|
||||
GapPairing bt_mode;
|
||||
|
||||
@@ -40,11 +40,9 @@ void bad_kb_scene_config_layout_on_enter(void* context) {
|
||||
bool bad_kb_scene_config_layout_on_event(void* context, SceneManagerEvent event) {
|
||||
UNUSED(context);
|
||||
UNUSED(event);
|
||||
// BadKbApp* bad_kb = context;
|
||||
return false;
|
||||
}
|
||||
|
||||
void bad_kb_scene_config_layout_on_exit(void* context) {
|
||||
UNUSED(context);
|
||||
// BadKbApp* bad_kb = context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user