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 1
|
||||
|
||||
#if defined(CONSOLE_ENABLE)
|
||||
#define DEBUG_MATRIX_SCAN_RATE
|
||||
#endif
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
"driver": "WS2812",
|
||||
"sat_steps": 24
|
||||
},
|
||||
"qmk": {
|
||||
"tap_keycode_delay": 1
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C6", "B6", "B5", "B4", "D7", "D6", "F0", "F1", "F4", "F5", "F6", "F7"],
|
||||
"rows": ["C7", "D5", "D3", "D2"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue