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

@ -17,12 +17,9 @@
}
},
"features": {
"audio": false,
"backlight": false,
"bootmagic": true,
"command": false,
"console": false,
"encoder": false,
"extrakey": true,
"mousekey": true,
"nkro": true,

View file

@ -17,12 +17,10 @@
}
},
"features": {
"audio": false,
"backlight": true,
"bootmagic": true,
"command": false,
"console": false,
"encoder": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
@ -36,7 +34,7 @@
},
"indicators": {
"caps_lock": "A10"
}
},
"ws2812": {
"pin": "B15"
},