keyboard.json (1220B)
1 { 2 "keyboard_name": "sandbox rev1", 3 "manufacturer": "yfuku", 4 "maintainer": "yfuku", 5 "usb": { 6 "vid": "0x5946", 7 "pid": "0x0009", 8 "device_version": "0.0.1" 9 }, 10 "matrix_pins": { 11 "cols": ["F7", "B1", "B3", "B2", "B6"], 12 "rows": ["B5", "B4"] 13 }, 14 "diode_direction": "COL2ROW", 15 "development_board": "promicro", 16 "features": { 17 "bootmagic": true, 18 "mousekey": true, 19 "extrakey": true, 20 "oled": true 21 }, 22 "qmk": { 23 "locking": { 24 "enabled": true, 25 "resync": true 26 } 27 }, 28 "layouts": { 29 "LAYOUT": { 30 "layout": [ 31 {"matrix": [0, 0], "x": 0, "y": 0}, 32 {"matrix": [0, 1], "x": 1, "y": 0}, 33 {"matrix": [0, 2], "x": 2, "y": 0}, 34 {"matrix": [0, 3], "x": 3, "y": 0}, 35 {"matrix": [0, 4], "x": 4, "y": 0}, 36 37 {"matrix": [1, 0], "x": 0, "y": 1}, 38 {"matrix": [1, 1], "x": 1, "y": 1}, 39 {"matrix": [1, 2], "x": 2, "y": 1}, 40 {"matrix": [1, 3], "x": 3, "y": 1}, 41 {"matrix": [1, 4], "x": 4, "y": 1} 42 ] 43 } 44 } 45 }