format-json

This commit is contained in:
numToStr 2024-11-28 21:39:53 +05:30
parent f063a8b33e
commit 2fc9bd3b64

View File

@ -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": {