forked from mirrors/qmk_firmware
Move DEBOUNCE_TYPE to data driven (#21489)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"brightness_steps": 12,
|
||||
"sleep": true
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pr"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D7"
|
||||
},
|
||||
|
||||
@@ -17,7 +17,6 @@ UNICODE_ENABLE = no # Unicode
|
||||
SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
|
||||
|
||||
RGB_MATRIX_ENABLE = no # enable later
|
||||
DEBOUNCE_TYPE = sym_eager_pr
|
||||
|
||||
# project specific files
|
||||
SRC += matrix.c \
|
||||
|
||||
Reference in New Issue
Block a user