mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 13:42:00 +00:00
Remove redundant assignments, since values are default
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
32a4d541aa
commit
950abcdcb1
@ -6,7 +6,6 @@
|
||||
"processor": "RP2040",
|
||||
"bootloader": "rp2040",
|
||||
"diode_direction": "COL2ROW",
|
||||
"debounce": 5,
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
@ -14,7 +13,6 @@
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"rgblight": false,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
|
Loading…
Reference in New Issue
Block a user