keyboard.json (1178B)
1 { 2 "keyboard_name": "AT12", 3 "manufacturer": "Atset", 4 "maintainer": "atset", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x6060", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "command": true, 13 "console": true, 14 "extrakey": true, 15 "mousekey": true, 16 "nkro": true 17 }, 18 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "matrix_pins": { 25 "cols": ["B6", "B5", "B4"], 26 "rows": ["D3", "D2", "D1", "D0"] 27 }, 28 "diode_direction": "COL2ROW", 29 "processor": "atmega32u4", 30 "bootloader": "atmel-dfu", 31 "layouts": { 32 "LAYOUT": { 33 "layout": [ 34 {"x": 0, "y": 0, "matrix": [0, 0]}, 35 {"x": 1, "y": 0, "matrix": [0, 1]}, 36 {"x": 2, "y": 0, "matrix": [0, 2]}, 37 {"x": 0, "y": 1, "matrix": [1, 0]}, 38 {"x": 1, "y": 1, "matrix": [1, 1]}, 39 {"x": 2, "y": 1, "matrix": [1, 2]}, 40 {"x": 0, "y": 2, "matrix": [2, 0]}, 41 {"x": 1, "y": 2, "matrix": [2, 1]}, 42 {"x": 2, "y": 2, "matrix": [2, 2]}, 43 {"x": 0, "y": 3, "matrix": [3, 0]}, 44 {"x": 1, "y": 3, "matrix": [3, 1]}, 45 {"x": 2, "y": 3, "matrix": [3, 2]} 46 ] 47 } 48 } 49 }