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
|
@ -15,6 +15,9 @@
|
|||
"ws2812": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pr"
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "bootloadhid",
|
||||
"debounce": 50,
|
||||
|
|
|
@ -8,7 +8,6 @@ CONSOLE_ENABLE = no # Console for debug
|
|||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
DEBOUNCE_TYPE = sym_eager_pr
|
||||
|
||||
# custom matrix setup
|
||||
CUSTOM_MATRIX = lite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue