keyboard.json (4029B)
1 { 2 "keyboard_name": "Treadstone48", 3 "manufacturer": "marksard", 4 "url": "https://github.com/marksard/Keyboards", 5 "maintainer": "marksard", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0xDFA3", 9 "device_version": "0.2.0" 10 }, 11 "ws2812": { 12 "pin": "D3" 13 }, 14 "rgblight": { 15 "saturation_steps": 8, 16 "brightness_steps": 8, 17 "led_count": 12, 18 "max_brightness": 220, 19 "sleep": true, 20 "animations": { 21 "rainbow_mood": true, 22 "rainbow_swirl": true, 23 "knight": true, 24 "static_gradient": true 25 } 26 }, 27 "matrix_pins": { 28 "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], 29 "rows": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"] 30 }, 31 "diode_direction": "COL2ROW", 32 "processor": "atmega32u4", 33 "bootloader": "caterina", 34 "features": { 35 "bootmagic": false, 36 "mousekey": true, 37 "extrakey": false, 38 "rgblight": true, 39 "oled": true 40 }, 41 "qmk": { 42 "locking": { 43 "enabled": true, 44 "resync": true 45 } 46 }, 47 "layout_aliases": { 48 "LAYOUT_full": "LAYOUT_base" 49 }, 50 "layouts": { 51 "LAYOUT_base": { 52 "layout": [ 53 {"matrix": [4, 5], "x": 1, "y": 0}, 54 {"matrix": [4, 4], "x": 2.25, "y": 0}, 55 {"matrix": [4, 3], "x": 3.25, "y": 0}, 56 {"matrix": [4, 2], "x": 4.25, "y": 0}, 57 {"matrix": [4, 1], "x": 5.25, "y": 0}, 58 {"matrix": [4, 0], "x": 6.25, "y": 0}, 59 {"matrix": [0, 5], "x": 7.75, "y": 0}, 60 {"matrix": [0, 4], "x": 8.75, "y": 0}, 61 {"matrix": [0, 3], "x": 9.75, "y": 0}, 62 {"matrix": [0, 2], "x": 10.75, "y": 0}, 63 {"matrix": [0, 1], "x": 11.75, "y": 0}, 64 {"matrix": [0, 0], "x": 12.75, "y": 0, "w": 2}, 65 66 {"matrix": [5, 5], "x": 1, "y": 1, "w": 1.5}, 67 {"matrix": [5, 4], "x": 2.5, "y": 1}, 68 {"matrix": [5, 3], "x": 3.5, "y": 1}, 69 {"matrix": [5, 2], "x": 4.5, "y": 1}, 70 {"matrix": [5, 1], "x": 5.5, "y": 1}, 71 {"matrix": [5, 0], "x": 6.5, "y": 1}, 72 {"matrix": [1, 5], "x": 7.5, "y": 1}, 73 {"matrix": [1, 4], "x": 8.5, "y": 1}, 74 {"matrix": [1, 3], "x": 9.5, "y": 1}, 75 {"matrix": [1, 2], "x": 10.5, "y": 1}, 76 {"matrix": [1, 1], "x": 11.5, "y": 1}, 77 {"matrix": [1, 0], "x": 12.5, "y": 1, "w": 2.25}, 78 79 {"matrix": [6, 5], "x": 0, "y": 2, "w": 2.25}, 80 {"matrix": [6, 4], "x": 2.25, "y": 2}, 81 {"matrix": [6, 3], "x": 3.25, "y": 2}, 82 {"matrix": [6, 2], "x": 4.25, "y": 2}, 83 {"matrix": [6, 1], "x": 5.25, "y": 2}, 84 {"matrix": [6, 0], "x": 6.25, "y": 2}, 85 {"matrix": [2, 5], "x": 7.75, "y": 2}, 86 {"matrix": [2, 4], "x": 8.75, "y": 2}, 87 {"matrix": [2, 3], "x": 9.75, "y": 2}, 88 {"matrix": [2, 2], "x": 10.75, "y": 2}, 89 {"matrix": [2, 1], "x": 11.75, "y": 2}, 90 {"matrix": [2, 0], "x": 12.75, "y": 2}, 91 92 {"matrix": [7, 5], "x": 0.75, "y": 3, "w": 1.25}, 93 {"matrix": [7, 4], "x": 2, "y": 3, "w": 1.25}, 94 {"matrix": [7, 3], "x": 3.25, "y": 3, "w": 1.25}, 95 {"matrix": [7, 2], "x": 4.5, "y": 3}, 96 {"matrix": [7, 1], "x": 5.5, "y": 3, "w": 2}, 97 {"matrix": [7, 0], "x": 7.5, "y": 3, "w": 2}, 98 {"matrix": [3, 5], "x": 9.5, "y": 3}, 99 {"matrix": [3, 4], "x": 10.5, "y": 3, "w": 1.25}, 100 {"matrix": [3, 3], "x": 11.75, "y": 3}, 101 {"matrix": [3, 2], "x": 12.75, "y": 3}, 102 {"matrix": [3, 1], "x": 13.75, "y": 3}, 103 {"matrix": [3, 0], "x": 13.75, "y": 2} 104 ] 105 } 106 } 107 }