mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
013b51a904
Affects: - `waldo` - `walletburner/cajal` - `walletburner/neuron` - `wavtype/foundation` - `wavtype/p01_ultra` - `weirdo/geminate60` - `weirdo/kelowna/rgb64` - `weirdo/ls_60` - `weirdo/naiping/np64` - `weirdo/naiping/nphhkb` - `weirdo/naiping/npminila` - `weirdo/tiger910` - `wekey/polaris` - `westfoxtrot/aanzee` - `westfoxtrot/cyclops` - `westfoxtrot/cypher/rev1` - `westfoxtrot/cypher/rev5` - `westfoxtrot/prophet` - `westm/westm9` - `westm/westm68`
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"keyboard_name": "WestM9",
|
|
"manufacturer": "WestM",
|
|
"url": "https://github.com/WestMProducts",
|
|
"maintainer": "WestM",
|
|
"usb": {
|
|
"vid": "0x574D",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true,
|
|
"oled": true,
|
|
"rgblight": true
|
|
},
|
|
"qmk": {
|
|
"locking": {
|
|
"enabled": true,
|
|
"resync": true
|
|
}
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B8", "B5", "B4"],
|
|
"rows": ["A14", "A15", "B3"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"processor": "STM32F072",
|
|
"bootloader": "stm32-dfu",
|
|
"layouts": {
|
|
"LAYOUT_macropad": {
|
|
"layout": [
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
{"matrix": [1, 2], "x": 2, "y": 1},
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
{"matrix": [2, 2], "x": 2, "y": 2}
|
|
]
|
|
}
|
|
}
|
|
}
|