Move DEBOUNCE_TYPE to data driven (#21489)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"tapping": {
|
||||
"term": 400
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pk"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B5", "C6", "D4"],
|
||||
"rows": ["B4", "E6", "D7", "B3", "B2", "B6"]
|
||||
|
||||
@@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
OLED_ENABLE = yes
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
|
||||
Reference in New Issue
Block a user