mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Move DEBOUNCE_TYPE to data driven (#21489)
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
"qmk": {
|
||||
"tap_keycode_delay": 1
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pk"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C6", "B6", "B5", "B4", "D7", "D6", "F0", "F1", "F4", "F5", "F6", "F7"],
|
||||
"rows": ["C7", "D5", "D3", "D2"]
|
||||
|
||||
@@ -10,7 +10,6 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
LTO_ENABLE = yes
|
||||
|
||||
DEFAULT_FOLDER = adm42/rev4
|
||||
|
||||
Reference in New Issue
Block a user