vial-qmk/keyboards/1upkeyboards/pi60_rgb_v2/keymaps/vial/vial.json
Joan Delilah Pepin 63fd8a414c
Add Vial support for 1upkeyboards/pi60_rgb_v2 (#958)
- Create vial keymap with proper 14-column matrix configuration
- Fix matrix mapping to match LAYOUT_60_ansi
- Enable VIALRGB support for RGB control
- Add 10 layers with RGB controls on layer 1
- Include custom tap settings and macro configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Joan Delilah Pepin <delilah@Studio.local>
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-08 01:25:23 -06:00

97 lines
No EOL
2.1 KiB
JSON

{
"lighting": "vialrgb",
"matrix": {
"rows": 5,
"cols": 14
},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
"0,11",
"0,12",
{"w": 2},
"0,13"
],
[
{"w": 1.5},
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11",
"1,12",
{"w": 1.5},
"1,13"
],
[
{"w": 1.75},
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11",
{"w": 2.25},
"2,13"
],
[
{"w": 2.25},
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
{"w": 2.75},
"3,13"
],
[
{"w": 1.25},
"4,0",
{"w": 1.25},
"4,1",
{"w": 1.25},
"4,2",
{"w": 6.25},
"4,5",
{"w": 1.25},
"4,9",
{"w": 1.25},
"4,10",
{"w": 1.25},
"4,12",
{"w": 1.25},
"4,13"
]
]
}
}