onekey: disable NKRO and mousekeys by default (#19038)

This commit is contained in:
Ryan
2022-11-12 14:20:44 +11:00
committed by GitHub
parent 1caedd10c4
commit 8cecf7fad8
2 changed files with 2 additions and 6 deletions

View File

@@ -10,11 +10,11 @@
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,
"mousekey": true,
"mousekey": false,
"extrakey": true,
"console": true,
"command": false,
"nkro": true,
"nkro": false,
"backlight": false,
"rgblight": false,
"audio": false