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
|
@ -14,6 +14,9 @@
|
|||
"ws2812": {
|
||||
"pin": "F4"
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pk"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B1", "B3", "B2", "B6"],
|
||||
"rows": ["C6", "D7", "E6", "B4", "B5"]
|
||||
|
|
|
@ -6,7 +6,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
EXTRAKEY_ENABLE = no # Audio control and System control
|
||||
LTO_ENABLE = yes # Link time optimise, reduce firmware size
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue