[Keyboard] fix json for nemui65 (#21629)
This commit is contained in:
parent
3831407da9
commit
e4e90fa113
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"command": false,
|
"command": false,
|
||||||
"console": false
|
"console": false,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true
|
"nkro": true,
|
||||||
"rbglight": true
|
"rbglight": true
|
||||||
},
|
},
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
|
|
Loading…
Reference in a new issue