qmk-keychron-q3-colemak-dh/keyboards/koolertron/amag09/keymaps/vial/vial.json
Andrew Litt b291cd2586
Add Koolertron AMAG09 9 key macropad (#421)
* Add Koolertron AMAG09 9 key macropad

* Fix default keymap for koolertron/amag09

* Move as much as possible from C into info.json, fix layout name, and remove unnecessary LOCKING_ flags
2023-03-28 19:48:18 -06:00

30 lines
475 B
JSON

{
"name": "Koolertron AMAG09",
"vendorId": "0x4B54",
"productId": "0x2323",
"lighting": "qmk_backlight",
"matrix" : {
"rows": 3,
"cols": 3
},
"layouts" : {
"keymap" : [
[
"0,0",
"0,1",
"0,2"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
]
]
}
}