Remove redundant disabling of features (#22926)

This commit is contained in:
Joel Challis 2024-03-09 03:05:07 +00:00 committed by GitHub
parent 5dfe2bc37a
commit 58c38175e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
103 changed files with 85 additions and 350 deletions

View file

@ -18,8 +18,7 @@
"command": false,
"nkro": true,
"backlight": true,
"rgblight": true,
"audio": false
"rgblight": true
},
"matrix_pins": {
"rows": ["D3", "D5", "D1", "D2"],

View file

@ -12,9 +12,7 @@
"tri_layer": true,
"console": false,
"command": false,
"nkro": false,
"backlight": false,
"audio": false
"nkro": false
},
"usb": {
"vid": "0x4B50",