keyboard.json (3477B)
1 { 2 "keyboard_name": "bully", 3 "manufacturer": "mkh studio", 4 "maintainer": "zhol0777", 5 "processor": "STM32F072", 6 "bootloader": "stm32-dfu", 7 "diode_direction": "COL2ROW", 8 "matrix_pins": { 9 "cols": ["B0", "A7", "A6", "A5", "A4", "A2", "B7", "B6", "B5", "B4", "B3", "A15"], 10 "rows": ["B10", "B11", "B1", "B2"] 11 }, 12 "usb": { 13 "vid": "0x0777", 14 "pid": "0x0001", 15 "device_version": "1.0.0" 16 }, 17 "features": { 18 "bootmagic": true, 19 "extrakey": true, 20 "mousekey": true, 21 "nkro": true 22 }, 23 "qmk": { 24 "locking": { 25 "enabled": true, 26 "resync": true 27 } 28 }, 29 "layouts": { 30 "LAYOUT": { 31 "layout": [ 32 {"matrix": [0, 0], "w": 1.5, "x": 0, "y": 0}, 33 {"matrix": [0, 1], "x": 1.5, "y": 0}, 34 {"matrix": [0, 2], "x": 2.5, "y": 0}, 35 {"matrix": [0, 3], "x": 3.5, "y": 0}, 36 {"matrix": [0, 4], "x": 4.5, "y": 0}, 37 {"matrix": [0, 5], "x": 5.5, "y": 0}, 38 {"matrix": [0, 6], "x": 6.5, "y": 0}, 39 {"matrix": [0, 7], "x": 7.5, "y": 0}, 40 {"matrix": [0, 8], "x": 8.5, "y": 0}, 41 {"matrix": [0, 9], "x": 9.5, "y": 0}, 42 {"matrix": [0, 10], "x": 10.5, "y": 0}, 43 {"matrix": [0, 11], "x": 11.5, "y": 0}, 44 {"matrix": [3, 11], "x": 12.5, "y": 0}, 45 {"matrix": [1, 0], "w": 1.75, "x": 0, "y": 1}, 46 {"matrix": [1, 1], "x": 1.75, "y": 1}, 47 {"matrix": [1, 2], "x": 2.75, "y": 1}, 48 {"matrix": [1, 3], "x": 3.75, "y": 1}, 49 {"matrix": [1, 4], "x": 4.75, "y": 1}, 50 {"matrix": [1, 5], "x": 5.75, "y": 1}, 51 {"matrix": [1, 6], "x": 6.75, "y": 1}, 52 {"matrix": [1, 7], "x": 7.75, "y": 1}, 53 {"matrix": [1, 8], "x": 8.75, "y": 1}, 54 {"matrix": [1, 9], "x": 9.75, "y": 1}, 55 {"matrix": [1, 10], "x": 10.75, "y": 1}, 56 {"matrix": [1, 11], "w": 1.75, "x": 11.75, "y": 1}, 57 {"matrix": [2, 0], "w": 2.25, "x": 0, "y": 2}, 58 {"matrix": [2, 1], "x": 2.25, "y": 2}, 59 {"matrix": [2, 2], "x": 3.25, "y": 2}, 60 {"matrix": [2, 3], "x": 4.25, "y": 2}, 61 {"matrix": [2, 4], "x": 5.25, "y": 2}, 62 {"matrix": [2, 5], "x": 6.25, "y": 2}, 63 {"matrix": [2, 6], "x": 7.25, "y": 2}, 64 {"matrix": [2, 7], "x": 8.25, "y": 2}, 65 {"matrix": [2, 8], "x": 9.25, "y": 2}, 66 {"matrix": [2, 9], "x": 10.25, "y": 2}, 67 {"matrix": [2, 10], "x": 11.25, "y": 2}, 68 {"matrix": [2, 11], "w": 1.25, "x": 12.25, "y": 2}, 69 {"matrix": [3, 0], "w": 1.25, "x": 0, "y": 3}, 70 {"matrix": [3, 1], "w": 1.25, "x": 1.25, "y": 3}, 71 {"matrix": [3, 2], "w": 1.25, "x": 2.5, "y": 3}, 72 {"matrix": [3, 3], "w": 3, "x": 3.75, "y": 3, "h": 0.5}, 73 {"matrix": [3, 5], "w": 6, "x": 3.75, "y": 3.5, "h": 0.5}, 74 {"matrix": [3, 6], "w": 3, "x": 6.75, "y": 3, "h": 0.5}, 75 {"matrix": [3, 8], "w": 1.25, "x": 9.75, "y": 3}, 76 {"matrix": [3, 9], "w": 1.25, "x": 11, "y": 3}, 77 {"matrix": [3, 10], "w": 1.25, "x": 12.25, "y": 3} 78 ] 79 } 80 } 81 }