vertex/angler2: reduce firmware size (#24140)

This commit is contained in:
Ryan 2024-07-19 08:04:40 +10:00 committed by GitHub
parent 2ddfd60be7
commit d79f46e408
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,8 @@
}, },
"features": { "features": {
"bootmagic": true, "bootmagic": true,
"command": true, "command": false,
"console": true, "console": false,
"extrakey": true, "extrakey": true,
"mousekey": true, "mousekey": true,
"nkro": false, "nkro": false,
@ -42,7 +42,6 @@
"knight": true, "knight": true,
"christmas": true, "christmas": true,
"static_gradient": true, "static_gradient": true,
"rgb_test": true,
"alternating": true, "alternating": true,
"twinkle": true "twinkle": true
} }