qmk-keychron-q3-colemak-dh/keyboards/password/keymaps/vial/vial.json
ll3macorn 68cc1e9e2e
My new macropad (#43)
* adding support for the PASSWORD board

its a project im working on and a really nice macropad

* just getting rid of the old keymap

* fixed

* fixed again
2021-08-18 14:22:13 -04:00

27 lines
396 B
JSON

{
"name": "The PASSWORD",
"vendorId": "0xFEED",
"productId": "0x6060",
"lighting": "none",
"matrix": {
"rows": 1,
"cols": 8
},
"layouts": {
"keymap": [
[
{
"c": "#00589f"
},
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7"
]
]
}
}