Move DEBOUNCE_TYPE
to data driven (#21489)
This commit is contained in:
parent
de5f6539f8
commit
de1d36031b
66 changed files with 98 additions and 63 deletions
|
@ -13,6 +13,9 @@
|
|||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pr"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_6x7": {
|
||||
"layout": [
|
||||
|
|
|
@ -24,8 +24,6 @@ SWAP_HANDS_ENABLE = yes # Allow swapping hands of keyboard
|
|||
BACKLIGHT_SUPPORTED = no
|
||||
AUDIO_SUPPORTED = no
|
||||
|
||||
DEBOUNCE_TYPE = sym_eager_pr
|
||||
|
||||
# project specific files
|
||||
SRC += matrix.c
|
||||
QUANTUM_LIB_SRC += i2c_master.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue