keyboard.json (2850B)
1 { 2 "keyboard_name": "Numbrero", 3 "manufacturer": "Flehrad", 4 "maintainer": "Flehrad", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x6060", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true 15 }, 16 "qmk": { 17 "locking": { 18 "enabled": true, 19 "resync": true 20 } 21 }, 22 "matrix_pins": { 23 "cols": ["D1", "D0", "D4", "F5", "F4"], 24 "rows": ["F6", "B5", "B4", "E6", "F7"] 25 }, 26 "diode_direction": "COL2ROW", 27 "development_board": "promicro", 28 "layout_aliases": { 29 "LAYOUT_numbrero_numpad": "LAYOUT_numpad", 30 "LAYOUT_numbrero_ortho": "LAYOUT_ortho" 31 }, 32 "layouts": { 33 "LAYOUT_numpad": { 34 "layout": [ 35 {"matrix": [0, 0], "x": 0, "y": 0}, 36 {"matrix": [0, 1], "x": 1, "y": 0}, 37 {"matrix": [0, 2], "x": 2, "y": 0}, 38 {"matrix": [0, 3], "x": 3, "y": 0}, 39 {"matrix": [0, 4], "x": 4, "y": 0}, 40 41 {"matrix": [1, 0], "x": 0, "y": 1, "h": 1.5}, 42 {"matrix": [1, 1], "x": 1, "y": 1}, 43 {"matrix": [1, 2], "x": 2, "y": 1}, 44 {"matrix": [1, 3], "x": 3, "y": 1}, 45 46 {"matrix": [2, 0], "x": 0, "y": 2.5}, 47 {"matrix": [2, 1], "x": 1, "y": 2}, 48 {"matrix": [2, 2], "x": 2, "y": 2}, 49 {"matrix": [2, 3], "x": 3, "y": 2}, 50 {"matrix": [1, 4], "x": 4, "y": 1, "h": 2}, 51 52 {"matrix": [3, 0], "x": 0, "y": 3.5, "h": 1.5}, 53 {"matrix": [3, 1], "x": 1, "y": 3}, 54 {"matrix": [3, 2], "x": 2, "y": 3}, 55 {"matrix": [3, 3], "x": 3, "y": 3}, 56 57 {"matrix": [4, 1], "x": 1, "y": 4, "w": 2}, 58 {"matrix": [4, 3], "x": 3, "y": 4}, 59 {"matrix": [3, 4], "x": 4, "y": 3, "h": 2} 60 ] 61 }, 62 "LAYOUT_ortho": { 63 "layout": [ 64 {"matrix": [0, 0], "x": 0, "y": 0}, 65 {"matrix": [0, 1], "x": 1, "y": 0}, 66 {"matrix": [0, 2], "x": 2, "y": 0}, 67 {"matrix": [0, 3], "x": 3, "y": 0}, 68 {"matrix": [0, 4], "x": 4, "y": 0}, 69 70 {"matrix": [1, 0], "x": 0, "y": 1, "h": 1.5}, 71 {"matrix": [1, 1], "x": 1, "y": 1}, 72 {"matrix": [1, 2], "x": 2, "y": 1}, 73 {"matrix": [1, 3], "x": 3, "y": 1}, 74 {"matrix": [1, 4], "x": 4, "y": 1}, 75 76 {"matrix": [2, 0], "x": 0, "y": 2.5}, 77 {"matrix": [2, 1], "x": 1, "y": 2}, 78 {"matrix": [2, 2], "x": 2, "y": 2}, 79 {"matrix": [2, 3], "x": 3, "y": 2}, 80 {"matrix": [2, 4], "x": 4, "y": 2}, 81 82 {"matrix": [3, 0], "x": 0, "y": 3.5, "h": 1.5}, 83 {"matrix": [3, 1], "x": 1, "y": 3}, 84 {"matrix": [3, 2], "x": 2, "y": 3}, 85 {"matrix": [3, 3], "x": 3, "y": 3}, 86 {"matrix": [3, 4], "x": 4, "y": 3}, 87 88 {"matrix": [4, 1], "x": 1, "y": 4}, 89 {"matrix": [4, 2], "x": 2, "y": 4}, 90 {"matrix": [4, 3], "x": 3, "y": 4}, 91 {"matrix": [4, 4], "x": 4, "y": 4} 92 ] 93 } 94 } 95 }