keyboard.json (2055B)
1 { 2 "keyboard_name": "Knob Goblin", 3 "manufacturer": "MrT1ddl3s", 4 "maintainer": "MrT1ddl3s", 5 "usb": { 6 "vid": "0x4B47", 7 "pid": "0x0000", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "console": true, 13 "encoder": true, 14 "extrakey": true, 15 "mousekey": false, 16 "nkro": true, 17 "oled": true 18 }, 19 "matrix_pins": { 20 "cols": ["B5", "B4", "E6", "D7", "C6"], 21 "rows": ["D4", "B6", "B2", "B3", "B1"] 22 }, 23 "diode_direction": "COL2ROW", 24 "encoder": { 25 "rotary": [ 26 {"pin_a": "F7", "pin_b": "F6"}, 27 {"pin_a": "F5", "pin_b": "F4"} 28 ] 29 }, 30 "bootmagic": { 31 "matrix": [0, 1] 32 }, 33 "development_board": "promicro", 34 "debounce": 2, 35 "layouts": { 36 "LAYOUT_ortho": { 37 "layout": [ 38 {"matrix": [0, 1], "x": 1, "y": 0}, 39 {"matrix": [0, 2], "x": 2, "y": 0}, 40 {"matrix": [0, 3], "x": 3, "y": 0}, 41 {"matrix": [0, 4], "x": 4, "y": 0}, 42 43 {"matrix": [1, 1], "x": 1, "y": 1}, 44 {"matrix": [1, 2], "x": 2, "y": 1}, 45 {"matrix": [1, 3], "x": 3, "y": 1}, 46 {"matrix": [1, 4], "x": 4, "y": 1}, 47 48 {"matrix": [2, 1], "x": 1, "y": 2}, 49 {"matrix": [2, 2], "x": 2, "y": 2}, 50 {"matrix": [2, 3], "x": 3, "y": 2}, 51 {"matrix": [2, 4], "x": 4, "y": 2}, 52 53 {"matrix": [3, 0], "x": 0, "y": 3}, 54 {"matrix": [3, 1], "x": 1, "y": 3}, 55 {"matrix": [3, 2], "x": 2, "y": 3}, 56 {"matrix": [3, 3], "x": 3, "y": 3}, 57 {"matrix": [3, 4], "x": 4, "y": 3}, 58 59 {"matrix": [4, 0], "x": 0, "y": 4}, 60 {"matrix": [4, 1], "x": 1, "y": 4}, 61 {"matrix": [4, 2], "x": 2, "y": 4}, 62 {"matrix": [4, 3], "x": 3, "y": 4}, 63 {"matrix": [4, 4], "x": 4, "y": 4} 64 ] 65 } 66 } 67 }