keyboard.json (3825B)
1 { 2 "keyboard_name": "Bolt", 3 "manufacturer": "LAZYDESIGNERS", 4 "url": "http://lazydesigners.cn", 5 "maintainer": "LAZYDESIGNERS", 6 "usb": { 7 "vid": "0x4C44", 8 "pid": "0x0041", 9 "device_version": "0.0.1" 10 }, 11 "rgblight": { 12 "led_count": 13, 13 "sleep": true, 14 "animations": { 15 "breathing": true, 16 "rainbow_mood": true, 17 "rainbow_swirl": true, 18 "snake": true, 19 "knight": true, 20 "christmas": true, 21 "static_gradient": true, 22 "rgb_test": true, 23 "alternating": true, 24 "twinkle": true 25 } 26 }, 27 "ws2812": { 28 "pin": "E6" 29 }, 30 "features": { 31 "bootmagic": true, 32 "extrakey": true, 33 "mousekey": true, 34 "nkro": false, 35 "rgblight": true 36 }, 37 "matrix_pins": { 38 "cols": ["F1", "F4", "F5", "F6", "F7", "C6", "B3", "B7", "D0", "D3", "D2", "D1"], 39 "rows": ["F0", "C7", "B6", "D5"] 40 }, 41 "diode_direction": "COL2ROW", 42 "processor": "atmega32u4", 43 "bootloader": "atmel-dfu", 44 "layouts": { 45 "LAYOUT": { 46 "layout": [ 47 {"matrix": [0, 0], "x": 0, "y": 0}, 48 {"matrix": [0, 1], "x": 1, "y": 0}, 49 {"matrix": [0, 2], "x": 2, "y": 0}, 50 {"matrix": [0, 3], "x": 3, "y": 0}, 51 {"matrix": [0, 4], "x": 4, "y": 0}, 52 {"matrix": [0, 5], "x": 5, "y": 0}, 53 {"matrix": [0, 6], "x": 7.5, "y": 0}, 54 {"matrix": [0, 7], "x": 8.5, "y": 0}, 55 {"matrix": [0, 8], "x": 9.5, "y": 0}, 56 {"matrix": [0, 9], "x": 10.5, "y": 0}, 57 {"matrix": [0, 10], "x": 11.5, "y": 0}, 58 {"matrix": [0, 11], "x": 12.5, "y": 0, "w": 1.75}, 59 60 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25}, 61 {"matrix": [1, 1], "x": 1.25, "y": 1}, 62 {"matrix": [1, 2], "x": 2.25, "y": 1}, 63 {"matrix": [1, 3], "x": 3.25, "y": 1}, 64 {"matrix": [1, 4], "x": 4.25, "y": 1}, 65 {"matrix": [1, 5], "x": 5.25, "y": 1}, 66 {"matrix": [1, 6], "x": 7.75, "y": 1}, 67 {"matrix": [1, 7], "x": 8.75, "y": 1}, 68 {"matrix": [1, 8], "x": 9.75, "y": 1}, 69 {"matrix": [1, 9], "x": 10.75, "y": 1}, 70 {"matrix": [1, 10], "x": 11.75, "y": 1}, 71 {"matrix": [1, 11], "x": 12.75, "y": 1, "w": 1.5}, 72 73 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75}, 74 {"matrix": [2, 1], "x": 1.75, "y": 2}, 75 {"matrix": [2, 2], "x": 2.75, "y": 2}, 76 {"matrix": [2, 3], "x": 3.75, "y": 2}, 77 {"matrix": [2, 4], "x": 4.75, "y": 2}, 78 {"matrix": [2, 5], "x": 5.75, "y": 2}, 79 {"matrix": [2, 6], "x": 7.25, "y": 2}, 80 {"matrix": [2, 7], "x": 8.25, "y": 2}, 81 {"matrix": [2, 8], "x": 9.25, "y": 2}, 82 {"matrix": [2, 9], "x": 10.25, "y": 2}, 83 {"matrix": [2, 10], "x": 11.25, "y": 2}, 84 {"matrix": [2, 11], "x": 12.25, "y": 2}, 85 {"matrix": [3, 11], "x": 13.25, "y": 2}, 86 87 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25}, 88 {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 1.25}, 89 {"matrix": [3, 3], "x": 3.25, "y": 3, "w": 1.25}, 90 {"matrix": [3, 4], "x": 4.5, "y": 3, "w": 2.25}, 91 {"matrix": [3, 6], "x": 7.25, "y": 3, "w": 2.25}, 92 {"matrix": [3, 7], "x": 9.5, "y": 3}, 93 {"matrix": [3, 8], "x": 11.25, "y": 3}, 94 {"matrix": [3, 9], "x": 12.25, "y": 3}, 95 {"matrix": [3, 10], "x": 13.25, "y": 3} 96 ] 97 } 98 } 99 }