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
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue