forked from mirror/qmk_firmware
Move DEBOUNCE_TYPE to data driven (#21489)
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
"nkro": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pk"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP21", "GP22", "GP23", "GP24", "GP25", "GP26", "GP28", "GP3", "GP4", "GP5", "GP6", "GP9", "GP10", "GP11", "GP12", "GP13"],
|
||||
"rows": ["GP29", "GP27", "GP20", "GP19", "GP18"]
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
|
||||
Reference in New Issue
Block a user