mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
* [BLE Remote] Add Rename Option Adds an option to rename the advertised Bluetooth device. Closes #410. * Fix formatting * Revert changes to firmware Copies some of the firmware code to modify it, rather than directly modifying it in the firmware. * Fix compile error for USB transport * Similar concept for BadKB too * Save to setting file, polish the edges a bit * Fix LSP warning * Update changelog --------- Co-authored-by: WillyJL <me@willyjl.dev>
21 lines
422 B
C
21 lines
422 B
C
typedef enum {
|
|
HidViewSubmenu,
|
|
HidViewKeynote,
|
|
HidViewKeyboard,
|
|
HidViewNumpad,
|
|
HidViewMedia,
|
|
HidViewMusicMacOs,
|
|
HidViewMovie,
|
|
HidViewMouse,
|
|
HidViewMouseClicker,
|
|
HidViewMouseJiggler,
|
|
HidViewMouseJigglerStealth,
|
|
BtHidViewTikTok,
|
|
HidViewPushToTalk,
|
|
HidViewPushToTalkMenu,
|
|
HidViewPushToTalkHelp,
|
|
HidViewDialog,
|
|
HidViewPopup,
|
|
HidViewTextInput,
|
|
} HidView;
|