Remove redundant disabling of features (#22926)
This commit is contained in:
parent
5dfe2bc37a
commit
58c38175e6
103 changed files with 85 additions and 350 deletions
|
@ -18,8 +18,7 @@
|
|||
"command": false,
|
||||
"nkro": true,
|
||||
"backlight": true,
|
||||
"rgblight": true,
|
||||
"audio": false
|
||||
"rgblight": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"rows": ["D3", "D5", "D1", "D2"],
|
||||
|
|
|
@ -12,9 +12,7 @@
|
|||
"tri_layer": true,
|
||||
"console": false,
|
||||
"command": false,
|
||||
"nkro": false,
|
||||
"backlight": false,
|
||||
"audio": false
|
||||
"nkro": false
|
||||
},
|
||||
"usb": {
|
||||
"vid": "0x4B50",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue