Added select as the rotary encoder button press

This commit is contained in:
HarukiToreda
2025-05-22 01:42:08 -04:00
parent 9d9fb2d74c
commit d98612a2ca
2 changed files with 21 additions and 5 deletions

View File

@@ -19,6 +19,8 @@
#define INPUT_BROKER_MSG_FN_SYMBOL_ON 0xf1
#define INPUT_BROKER_MSG_FN_SYMBOL_OFF 0xf2
#define INPUT_BROKER_MSG_BLUETOOTH_TOGGLE 0xAA
#define INPUT_BROKER_MSG_SELECT 0x0D // Enter key / rotary encoder click
typedef struct _InputEvent {
const char *source;