vial-qmk/keyboards/magic_force/mf17/keymaps/vial/vial.json
Wasteland Fluttershy 937a1e7840
Magic force/mf17 (#887)
* initial port

* fix layout

* expand features

* tweaks
2025-05-16 21:28:55 -06:00

13 lines
374 B
JSON

{
"lighting": "vialrgb",
"matrix": { "rows": 5, "cols": 4 },
"layouts": {
"keymap": [
["0,0","0,1","0,2","0,3"],
["1,0","1,1","1,2",{"h":2},"2,3",{"x":-1,"d":true},"1,3"],
["2,0","2,1","2,2"],
["3,0","3,1","3,2",{"h":2},"4,3",{"x":-1,"d":true},"3,3"],
[{"w":2}, "4,1", "4,2"]
]
}
}