b291cd2586
* 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
30 lines
475 B
JSON
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"
|
|
]
|
|
]
|
|
}
|
|
}
|