keyboard.json (1142B)
1 { 2 "keyboard_name": "10k", 3 "maintainer": "Nabos", 4 "manufacturer": "Nabos", 5 "diode_direction": "COL2ROW", 6 "matrix_pins": { 7 "cols": ["C6", "D7", "E6", "B4", "B5"], 8 "rows": ["B6"] 9 }, 10 "build": { 11 "lto": true 12 }, 13 "features": { 14 "bootmagic": false, 15 "extrakey": false, 16 "mousekey": false, 17 "nkro": false 18 }, 19 "split": { 20 "enabled": true 21 }, 22 "usb": { 23 "vid": "0x6869", 24 "pid": "0x0001", 25 "device_version": "0.0.1" 26 }, 27 "processor": "atmega32u4", 28 "bootloader": "caterina", 29 "layout_aliases": { 30 "LAYOUT": "LAYOUT_split_1x5" 31 }, 32 "layouts": { 33 "LAYOUT_split_1x5": { 34 "layout": [ 35 {"matrix": [0, 0], "x": 0, "y": 0.25}, 36 {"matrix": [0, 1], "x": 1, "y": 0.125}, 37 {"matrix": [0, 2], "x": 2, "y": 0}, 38 {"matrix": [0, 3], "x": 3, "y": 0.5}, 39 {"matrix": [0, 4], "x": 3.75, "y": 2.75}, 40 41 {"matrix": [1, 0], "x": 5.75, "y": 2.75}, 42 {"matrix": [1, 1], "x": 6.5, "y": 0.5}, 43 {"matrix": [1, 2], "x": 7.5, "y": 0}, 44 {"matrix": [1, 3], "x": 8.5, "y": 0.125}, 45 {"matrix": [1, 4], "x": 9.5, "y": 0.25} 46 ] 47 } 48 } 49 }