keyboard.json (1566B)
1 { 2 "keyboard_name": "earth_rover", 3 "manufacturer": "k.bigwheel", 4 "url": "https://github.com/bigwheel/earth_rover", 5 "maintainer": "k.bigwheel", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0xEE11", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": false 16 }, 17 "qmk": { 18 "locking": { 19 "enabled": true, 20 "resync": true 21 } 22 }, 23 "matrix_pins": { 24 "cols": ["F4", "F5", "F6", "F7"], 25 "rows": ["D4", "C6", "D7", "E6"] 26 }, 27 "diode_direction": "COL2ROW", 28 "development_board": "promicro", 29 "layouts": { 30 "LAYOUT": { 31 "layout": [ 32 {"matrix": [0, 1], "x": 1.25, "y": 0}, 33 {"matrix": [0, 2], "x": 2.25, "y": 0}, 34 35 {"matrix": [1, 0], "x": 0, "y": 1.25}, 36 {"matrix": [1, 1], "x": 1.25, "y": 1.25}, 37 {"matrix": [1, 2], "x": 2.25, "y": 1.25}, 38 {"matrix": [1, 3], "x": 3.5, "y": 1.25}, 39 40 {"matrix": [2, 0], "x": 0, "y": 2.25}, 41 {"matrix": [2, 1], "x": 1.25, "y": 2.25}, 42 {"matrix": [2, 2], "x": 2.25, "y": 2.25}, 43 {"matrix": [2, 3], "x": 3.5, "y": 2.25}, 44 45 {"matrix": [3, 0], "x": 0, "y": 3.25}, 46 {"matrix": [3, 1], "x": 1.25, "y": 3.25}, 47 {"matrix": [3, 2], "x": 2.25, "y": 3.25}, 48 {"matrix": [3, 3], "x": 3.5, "y": 3.25} 49 ] 50 } 51 } 52 }