1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Drashna Jael're 2021-08-13 14:15:58 -07:00
commit 7ed235d15d
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
38 changed files with 1533 additions and 187 deletions

View file

@ -69,6 +69,7 @@
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define WAIT_FOR_USB
#define USB_POLLING_INTERVAL_MS 1
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
@ -76,3 +77,5 @@
/* Bootmagic Lite key configuration */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0
#define TAP_CODE_DELAY 10