keyboard.json (825B)
1 { 2 "keyboard_name": "SixShooter", 3 "manufacturer": "bpiphany", 4 "maintainer": "qmk", 5 "url": "https://geekhack.org/index.php?topic=70033.0", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0x6666", 9 "device_version": "0.0.1" 10 }, 11 "processor": "atmega32u4", 12 "bootloader": "halfkay", 13 "features": { 14 "bootmagic": false, 15 "extrakey": true, 16 "mousekey": true, 17 "nkro": false 18 }, 19 "matrix_pins": { 20 "direct": [ 21 ["F7", "F6", "F1"], 22 ["F5", "F4", "F0"] 23 ] 24 }, 25 "layouts": { 26 "LAYOUT": { 27 "layout": [ 28 {"x": 0, "y": 0, "matrix": [0, 0]}, 29 {"x": 1, "y": 0, "matrix": [0, 1]}, 30 {"x": 2, "y": 0, "matrix": [0, 2]}, 31 {"x": 0, "y": 1, "matrix": [1, 0]}, 32 {"x": 1, "y": 1, "matrix": [1, 1]}, 33 {"x": 2, "y": 1, "matrix": [1, 2]} 34 ] 35 } 36 } 37 }