keyboard.json (2957B)
1 { 2 "keyboard_name": "FMe", 3 "manufacturer": "keebzdotnet", 4 "maintainer": "keebzdotnet", 5 "usb": { 6 "vid": "0x4B5A", 7 "pid": "0x8008", 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": ["B0", "B4", "B1", "B3", "B2"], 24 "rows": ["B6", "B5", "B7", "D2"] 25 }, 26 "diode_direction": "COL2ROW", 27 "processor": "atmega32u4", 28 "bootloader": "atmel-dfu", 29 "layout_aliases": { 30 "LAYOUT": "LAYOUT_all" 31 }, 32 "layouts": { 33 "LAYOUT_all": { 34 "layout": [ 35 {"matrix": [0, 0], "x": 0, "y": 0}, 36 {"matrix": [1, 3], "x": 1, "y": 0}, 37 {"matrix": [1, 4], "x": 2, "y": 0}, 38 {"matrix": [1, 2], "x": 3, "y": 0}, 39 {"matrix": [1, 0], "x": 4, "y": 0}, 40 41 {"matrix": [1, 1], "x": 0.25, "y": 1}, 42 {"matrix": [0, 4], "x": 1.25, "y": 1}, 43 {"matrix": [0, 2], "x": 2.25, "y": 1}, 44 {"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75}, 45 46 {"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75}, 47 {"matrix": [3, 2], "x": 3, "y": 3}, 48 49 {"matrix": [2, 1], "x": 3, "y": 2, "w": 2}, 50 {"matrix": [0, 1], "x": 4, "y": 3} 51 ] 52 }, 53 "LAYOUT_1x2u": { 54 "layout": [ 55 {"matrix": [0, 0], "x": 0, "y": 0}, 56 {"matrix": [1, 3], "x": 1, "y": 0}, 57 {"matrix": [1, 4], "x": 2, "y": 0}, 58 {"matrix": [1, 2], "x": 3, "y": 0}, 59 {"matrix": [1, 0], "x": 4, "y": 0}, 60 61 {"matrix": [1, 1], "x": 0.25, "y": 1}, 62 {"matrix": [0, 4], "x": 1.25, "y": 1}, 63 {"matrix": [0, 2], "x": 2.25, "y": 1}, 64 {"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75}, 65 66 {"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75}, 67 {"matrix": [2, 1], "x": 3, "y": 2, "w": 2} 68 ] 69 }, 70 "LAYOUT_2x1u": { 71 "layout": [ 72 {"matrix": [0, 0], "x": 0, "y": 0}, 73 {"matrix": [1, 3], "x": 1, "y": 0}, 74 {"matrix": [1, 4], "x": 2, "y": 0}, 75 {"matrix": [1, 2], "x": 3, "y": 0}, 76 {"matrix": [1, 0], "x": 4, "y": 0}, 77 78 {"matrix": [1, 1], "x": 0.25, "y": 1}, 79 {"matrix": [0, 4], "x": 1.25, "y": 1}, 80 {"matrix": [0, 2], "x": 2.25, "y": 1}, 81 {"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75}, 82 83 {"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75}, 84 {"matrix": [3, 2], "x": 3, "y": 2}, 85 {"matrix": [0, 1], "x": 4, "y": 2} 86 ] 87 } 88 } 89 }