keyboard.json (1724B)
1 { 2 "keyboard_name": "thedora", 3 "manufacturer": "ckeys", 4 "url": "https://ckeys.org/slides/exboard", 5 "maintainer": "brandenbyers", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0x6060", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "audio": true, 13 "bootmagic": true, 14 "encoder": true, 15 "extrakey": true, 16 "midi": true, 17 "mousekey": true, 18 "nkro": true 19 }, 20 "qmk": { 21 "locking": { 22 "enabled": true, 23 "resync": true 24 } 25 }, 26 "matrix_pins": { 27 "cols": ["B5", "B4", "B3", "B2", "B1", "B0"], 28 "rows": ["A2", "A1", "A0", "B8"] 29 }, 30 "diode_direction": "COL2ROW", 31 "encoder": { 32 "rotary": [ 33 {"pin_a": "B13", "pin_b": "B15"} 34 ] 35 }, 36 "development_board": "proton_c", 37 "layouts": { 38 "LAYOUT": { 39 "layout": [ 40 {"matrix": [0, 0], "x": 1, "y": 0}, 41 {"matrix": [0, 1], "x": 2, "y": 0}, 42 {"matrix": [0, 2], "x": 3, "y": 0}, 43 {"matrix": [0, 3], "x": 4, "y": 0}, 44 {"matrix": [0, 4], "x": 5, "y": 0}, 45 46 {"matrix": [1, 0], "x": 1, "y": 1}, 47 {"matrix": [1, 1], "x": 2, "y": 1}, 48 {"matrix": [1, 2], "x": 3, "y": 1}, 49 {"matrix": [1, 3], "x": 4, "y": 1}, 50 {"matrix": [1, 4], "x": 5, "y": 1}, 51 52 {"matrix": [2, 0], "x": 1, "y": 2}, 53 {"matrix": [2, 1], "x": 2, "y": 2}, 54 {"matrix": [2, 2], "x": 3, "y": 2}, 55 {"matrix": [2, 3], "x": 4, "y": 2}, 56 {"matrix": [2, 4], "x": 5, "y": 2}, 57 58 {"matrix": [0, 5], "x": 0, "y": 3}, 59 {"matrix": [3, 0], "x": 1, "y": 3}, 60 {"matrix": [3, 1], "x": 2, "y": 3}, 61 {"matrix": [3, 2], "x": 3, "y": 3}, 62 {"matrix": [3, 3], "x": 4, "y": 3}, 63 {"matrix": [3, 4], "x": 5, "y": 3} 64 ] 65 } 66 } 67 }