keyboard.json (2033B)
1 { 2 "keyboard_name": "LeftyNumpad", 3 "manufacturer": "Tom Swartz", 4 "url": "https://github.com/tomswartz07", 5 "maintainer": "Tom Swartz", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0xBEEF", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": false 16 }, 17 "qmk": { 18 "locking": { 19 "enabled": true, 20 "resync": true 21 } 22 }, 23 "matrix_pins": { 24 "cols": ["E6", "B4", "B5", "B6", "B2"], 25 "rows": ["D1", "D0", "D4", "C6", "D7"] 26 }, 27 "diode_direction": "COL2ROW", 28 "processor": "atmega32u4", 29 "bootloader": "atmel-dfu", 30 "debounce": 10, 31 "layouts": { 32 "LAYOUT": { 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 {"matrix": [0, 3], "x": 3, "y": 0}, 38 {"matrix": [0, 4], "x": 4, "y": 0}, 39 40 {"matrix": [1, 0], "x": 0, "y": 1}, 41 {"matrix": [1, 1], "x": 1, "y": 1}, 42 {"matrix": [1, 2], "x": 2, "y": 1}, 43 {"matrix": [1, 3], "x": 3, "y": 1}, 44 45 {"matrix": [2, 0], "x": 0, "y": 2}, 46 {"matrix": [2, 1], "x": 1, "y": 2}, 47 {"matrix": [2, 2], "x": 2, "y": 2}, 48 {"matrix": [2, 3], "x": 3, "y": 2}, 49 {"matrix": [2, 4], "x": 4, "y": 1, "h": 2}, 50 51 {"matrix": [3, 0], "x": 0, "y": 3}, 52 {"matrix": [3, 1], "x": 1, "y": 3}, 53 {"matrix": [3, 2], "x": 2, "y": 3}, 54 {"matrix": [3, 3], "x": 3, "y": 3}, 55 56 {"matrix": [4, 0], "x": 0, "y": 4}, 57 {"matrix": [4, 1], "x": 1, "y": 4}, 58 {"matrix": [4, 2], "x": 2, "y": 4}, 59 {"matrix": [4, 3], "x": 3, "y": 4}, 60 {"matrix": [4, 4], "x": 4, "y": 3, "h": 2} 61 ] 62 } 63 } 64 }