keyboard.json (2915B)
1 { 2 "keyboard_name": "Freebird Numpad Lite", 3 "manufacturer": "KeebsForAll", 4 "url": "https://keebsforall.com/products/fb-numpad-lite", 5 "maintainer": "e11i0t23", 6 "usb": { 7 "vid": "0x6B66", 8 "pid": "0x1013", 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": ["C7", "B2", "B1", "B0"], 25 "rows": ["B7", "B6", "B5", "B4", "B3"] 26 }, 27 "diode_direction": "COL2ROW", 28 "processor": "atmega32u2", 29 "bootloader": "atmel-dfu", 30 "community_layouts": ["numpad_5x4", "ortho_5x4"], 31 "layouts": { 32 "LAYOUT_numpad_5x4": { 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 39 {"matrix": [1, 0], "x": 0, "y": 1}, 40 {"matrix": [1, 1], "x": 1, "y": 1}, 41 {"matrix": [1, 2], "x": 2, "y": 1}, 42 43 {"matrix": [2, 0], "x": 0, "y": 2}, 44 {"matrix": [2, 1], "x": 1, "y": 2}, 45 {"matrix": [2, 2], "x": 2, "y": 2}, 46 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2}, 47 48 {"matrix": [3, 0], "x": 0, "y": 3}, 49 {"matrix": [3, 1], "x": 1, "y": 3}, 50 {"matrix": [3, 2], "x": 2, "y": 3}, 51 52 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2}, 53 {"matrix": [4, 2], "x": 2, "y": 4}, 54 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2} 55 ] 56 }, 57 "LAYOUT_ortho_5x4": { 58 "layout": [ 59 {"matrix": [0, 0], "x": 0, "y": 0}, 60 {"matrix": [0, 1], "x": 1, "y": 0}, 61 {"matrix": [0, 2], "x": 2, "y": 0}, 62 {"matrix": [0, 3], "x": 3, "y": 0}, 63 64 {"matrix": [1, 0], "x": 0, "y": 1}, 65 {"matrix": [1, 1], "x": 1, "y": 1}, 66 {"matrix": [1, 2], "x": 2, "y": 1}, 67 {"matrix": [1, 3], "x": 3, "y": 1}, 68 69 {"matrix": [2, 0], "x": 0, "y": 2}, 70 {"matrix": [2, 1], "x": 1, "y": 2}, 71 {"matrix": [2, 2], "x": 2, "y": 2}, 72 {"matrix": [2, 3], "x": 3, "y": 2}, 73 74 {"matrix": [3, 0], "x": 0, "y": 3}, 75 {"matrix": [3, 1], "x": 1, "y": 3}, 76 {"matrix": [3, 2], "x": 2, "y": 3}, 77 {"matrix": [3, 3], "x": 3, "y": 3}, 78 79 {"matrix": [4, 0], "x": 0, "y": 4}, 80 {"matrix": [4, 1], "x": 1, "y": 4}, 81 {"matrix": [4, 2], "x": 2, "y": 4}, 82 {"matrix": [4, 3], "x": 3, "y": 4} 83 ] 84 } 85 } 86 }