[Keyboard] Fix settings for 4pplet/waffling60 (#23862)
parent
8041a88f5d
commit
031ca3b40b
|
@ -15,7 +15,8 @@
|
||||||
"console": false,
|
"console": false,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"key_lock": true,
|
"key_lock": true,
|
||||||
"mousekey": false,
|
"mousekey": true,
|
||||||
|
"encoder": true,
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -15,7 +15,8 @@
|
||||||
"console": false,
|
"console": false,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"key_lock": true,
|
"key_lock": true,
|
||||||
"mousekey": false,
|
"mousekey": true,
|
||||||
|
"encoder": true,
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"key_lock": true,
|
"key_lock": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
|
"encoder": true,
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue