keyboard.json (763B)
1 { 2 "keyboard_name": "AT3", 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": ["D2"] 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 ] 38 } 39 } 40 }