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
|
@ -19,9 +19,6 @@
|
|||
|
||||
#define RGB_TRIGGER_ON_KEYDOWN
|
||||
|
||||
/* encoder resolution */
|
||||
#define TAP_CODE_DELAY 15
|
||||
|
||||
/* DIP switch */
|
||||
#define DIP_SWITCH_PINS \
|
||||
{ A9 }
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
{"pin_a": "B14", "pin_b": "B13", "resolution": 4}
|
||||
]
|
||||
},
|
||||
"qmk": {
|
||||
"tap_keycode_delay": 15
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue