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
103 changed files with 85 additions and 350 deletions

View File

@@ -16,16 +16,13 @@
}
},
"features": {
"audio": false,
"backlight": false,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgb_matrix": true,
"rgblight": false
"rgb_matrix": true
},
"matrix_pins": {
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9"],