keyboard.json (1183B)
1 { 2 "manufacturer": "Joe Fass", 3 "keyboard_name": "tkk", 4 "maintainer": "jfass", 5 "bootloader": "halfkay", 6 "features": { 7 "bootmagic": true, 8 "extrakey": true, 9 "mousekey": true, 10 "nkro": true 11 }, 12 "matrix_pins": { 13 "direct": [ 14 ["B0", "B1", "B2", "B3", "B7", "D0", "D1", "D2", "D3", "C6"] 15 ] 16 }, 17 "processor": "atmega32u4", 18 "usb": { 19 "device_version": "1.0.0", 20 "pid": "0x0000", 21 "vid": "0xFEED" 22 }, 23 "layout_aliases": { 24 "LAYOUT_all": "LAYOUT" 25 }, 26 "layouts": { 27 "LAYOUT": { 28 "layout": [ 29 {"matrix": [0, 0], "x": 0, "y": 0}, 30 {"matrix": [0, 1], "x": 1, "y": 0}, 31 {"matrix": [0, 2], "x": 2, "y": 0}, 32 {"matrix": [0, 3], "x": 3, "y": 0}, 33 {"matrix": [0, 4], "x": 4, "y": 0}, 34 {"matrix": [0, 5], "x": 5, "y": 0}, 35 {"matrix": [0, 6], "x": 6, "y": 0}, 36 {"matrix": [0, 7], "x": 7, "y": 0}, 37 {"matrix": [0, 8], "x": 8, "y": 0}, 38 {"matrix": [0, 9], "x": 9, "y": 0} 39 ] 40 } 41 } 42 }