mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
format-json
This commit is contained in:
parent
f063a8b33e
commit
2fc9bd3b64
@ -9,13 +9,15 @@
|
|||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"encoder": {
|
"encoder": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"rotary": [{ "pin_a": "GP9", "pin_b": "GP8", "resolution": 2 }]
|
"rotary": [
|
||||||
|
{"pin_a": "GP9", "pin_b": "GP8", "resolution": 2}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
|
"caps_word": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"caps_word": true,
|
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
@ -42,7 +44,9 @@
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"encoder": {
|
"encoder": {
|
||||||
"right": {
|
"right": {
|
||||||
"rotary": [{ "pin_a": "GP9", "pin_b": "GP8", "resolution": 2 }]
|
"rotary": [
|
||||||
|
{"pin_a": "GP9", "pin_b": "GP8", "resolution": 2}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
|
Loading…
Reference in New Issue
Block a user