info.json (1262B)
1 { 2 "keyboard_name": "WestM9", 3 "manufacturer": "WestM", 4 "url": "https://github.com/WestMProducts", 5 "maintainer": "WestM", 6 "usb": { 7 "vid": "0x574D", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true, 15 "oled": true, 16 "rgblight": true 17 }, 18 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "matrix_pins": { 25 "cols": ["B8", "B5", "B4"], 26 "rows": ["A14", "A15", "B3"] 27 }, 28 "diode_direction": "COL2ROW", 29 "processor": "STM32F072", 30 "bootloader": "stm32-dfu", 31 "layouts": { 32 "LAYOUT_macropad": { 33 "layout": [ 34 {"matrix": [0, 0], "x": 0, "y": 0}, 35 {"matrix": [0, 1], "x": 1, "y": 0}, 36 {"matrix": [0, 2], "x": 2, "y": 0}, 37 38 {"matrix": [1, 0], "x": 0, "y": 1}, 39 {"matrix": [1, 1], "x": 1, "y": 1}, 40 {"matrix": [1, 2], "x": 2, "y": 1}, 41 42 {"matrix": [2, 0], "x": 0, "y": 2}, 43 {"matrix": [2, 1], "x": 1, "y": 2}, 44 {"matrix": [2, 2], "x": 2, "y": 2} 45 ] 46 } 47 } 48 }