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",
|
||||
"encoder": {
|
||||
"enabled": true,
|
||||
"rotary": [{ "pin_a": "GP9", "pin_b": "GP8", "resolution": 2 }]
|
||||
"rotary": [
|
||||
{"pin_a": "GP9", "pin_b": "GP8", "resolution": 2}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"caps_word": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"caps_word": true,
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
},
|
||||
@ -42,7 +44,9 @@
|
||||
"enabled": true,
|
||||
"encoder": {
|
||||
"right": {
|
||||
"rotary": [{ "pin_a": "GP9", "pin_b": "GP8", "resolution": 2 }]
|
||||
"rotary": [
|
||||
{"pin_a": "GP9", "pin_b": "GP8", "resolution": 2}
|
||||
]
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
|
Loading…
Reference in New Issue
Block a user