Move TAP_CODE_DELAY to data driven (#21363)
This commit is contained in:
parent
dd164a0566
commit
2f9f555add
174 changed files with 269 additions and 375 deletions
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define TAP_CODE_DELAY 5
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_MATRIX_LED_COUNT 5
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@
|
|||
"ws2812": {
|
||||
"pin": "A1"
|
||||
},
|
||||
"qmk": {
|
||||
"tap_keycode_delay": 5
|
||||
},
|
||||
"processor": "WB32FQ95",
|
||||
"bootloader": "wb32-dfu",
|
||||
"layouts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue