add toggle button for USB and improve BLE polling rate

This commit is contained in:
2025-10-18 22:38:23 -04:00
parent a1a0723e89
commit cb7421eab7
14 changed files with 323 additions and 121 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef BLEHID_CONFIG_H_
#define BLEHID_CONFIG_H_
#define BUTTON_PIN 5
#define BUTTON_DEBOUNCE 20000
#define BUTTON_LONG_PRESS 3000000
#endif