mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-06 08:22:44 +00:00
Add debounce to duplicated defaults check (#25246)
This commit is contained in:
parent
1bc3494494
commit
660d248549
@ -10,6 +10,7 @@
|
|||||||
"levels": 3,
|
"levels": 3,
|
||||||
"on_state": 1
|
"on_state": 1
|
||||||
},
|
},
|
||||||
|
"debounce": 5,
|
||||||
"features": {
|
"features": {
|
||||||
"command": false,
|
"command": false,
|
||||||
"console": false
|
"console": false
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"keyboard_name": "mlego/m65 rev1",
|
"keyboard_name": "mlego/m65 rev1",
|
||||||
"maintainer": "alin elena",
|
"maintainer": "alin elena",
|
||||||
"bootloader": "stm32duino",
|
"bootloader": "stm32duino",
|
||||||
"debounce": 5,
|
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"encoder": {
|
"encoder": {
|
||||||
"rotary": [
|
"rotary": [
|
||||||
|
Loading…
Reference in New Issue
Block a user