keyboard.json (4185B)
1 { 2 "keyboard_name": "n51gl", 3 "manufacturer": "Salicylic_Acid", 4 "url": "https://salicylic-acid3.hatenablog.com/", 5 "maintainer": "Salicylic_acid3", 6 "usb": { 7 "vid": "0x04D8", 8 "pid": "0xE8CF", 9 "device_version": "0.0.1" 10 }, 11 "rgblight": { 12 "led_count": 15, 13 "animations": { 14 "breathing": true, 15 "rainbow_mood": true, 16 "rainbow_swirl": true, 17 "snake": true, 18 "knight": true, 19 "christmas": true, 20 "static_gradient": true, 21 "rgb_test": true, 22 "alternating": true, 23 "twinkle": true 24 } 25 }, 26 "ws2812": { 27 "pin": "D3" 28 }, 29 "encoder": { 30 "rotary": [ 31 {"pin_a": "D7", "pin_b": "E6", "resolution": 3} 32 ] 33 }, 34 "development_board": "promicro", 35 "features": { 36 "bootmagic": true, 37 "mousekey": true, 38 "extrakey": true, 39 "rgblight": true, 40 "encoder": true 41 }, 42 "qmk": { 43 "locking": { 44 "enabled": true, 45 "resync": true 46 } 47 }, 48 "layouts": { 49 "LAYOUT": { 50 "layout": [ 51 {"matrix": [0, 0], "x": 0.25, "y": 0}, 52 {"matrix": [0, 1], "x": 1.25, "y": 0}, 53 {"matrix": [0, 2], "x": 2.25, "y": 0}, 54 {"matrix": [0, 3], "x": 3.25, "y": 0}, 55 {"matrix": [0, 4], "x": 4.25, "y": 0}, 56 {"matrix": [0, 5], "x": 5.25, "y": 0}, 57 {"matrix": [0, 6], "x": 6.25, "y": 0}, 58 59 {"matrix": [4, 0], "x": 9.25, "y": 0}, 60 {"matrix": [4, 1], "x": 10.25, "y": 0}, 61 {"matrix": [4, 2], "x": 11.25, "y": 0}, 62 {"matrix": [4, 3], "x": 12.25, "y": 0}, 63 {"matrix": [4, 4], "x": 13.25, "y": 0}, 64 {"matrix": [4, 5], "x": 14.25, "y": 0}, 65 {"matrix": [4, 6], "x": 15.25, "y": 0}, 66 67 {"matrix": [1, 1], "x": 0.25, "y": 1, "w": 1.75}, 68 {"matrix": [1, 2], "x": 2, "y": 1}, 69 {"matrix": [1, 3], "x": 3.25, "y": 1}, 70 {"matrix": [1, 4], "x": 4.25, "y": 1}, 71 {"matrix": [1, 5], "x": 5.25, "y": 1}, 72 {"matrix": [1, 6], "x": 6.25, "y": 1}, 73 74 {"matrix": [5, 0], "x": 9.25, "y": 1}, 75 {"matrix": [5, 1], "x": 10.25, "y": 1}, 76 {"matrix": [5, 2], "x": 11.25, "y": 1}, 77 {"matrix": [5, 3], "x": 12.25, "y": 1}, 78 {"matrix": [5, 4], "x": 13.5, "y": 1}, 79 {"matrix": [5, 5], "x": 14.5, "y": 1}, 80 {"matrix": [5, 6], "x": 15.5, "y": 1}, 81 82 {"matrix": [2, 1], "x": 0, "y": 2, "w": 1.75}, 83 {"matrix": [2, 2], "x": 1.75, "y": 2}, 84 {"matrix": [2, 3], "x": 3.25, "y": 2}, 85 {"matrix": [2, 4], "x": 4.25, "y": 2}, 86 {"matrix": [2, 5], "x": 5.25, "y": 2}, 87 {"matrix": [2, 6], "x": 6.25, "y": 2}, 88 89 {"matrix": [2, 0], "x": 7.75, "y": 2}, 90 91 {"matrix": [6, 0], "x": 9.25, "y": 2}, 92 {"matrix": [6, 1], "x": 10.25, "y": 2}, 93 {"matrix": [6, 2], "x": 11.25, "y": 2}, 94 {"matrix": [6, 3], "x": 12.25, "y": 2}, 95 {"matrix": [6, 4], "x": 13.75, "y": 2}, 96 {"matrix": [6, 5], "x": 14.75, "y": 2}, 97 {"matrix": [6, 6], "x": 15.75, "y": 2}, 98 99 {"matrix": [3, 1], "x": 0.25, "y": 3, "w": 1.25}, 100 {"matrix": [3, 2], "x": 1.5, "y": 3, "w": 1.25}, 101 {"matrix": [3, 4], "x": 4.125, "y": 3, "w": 1.25}, 102 {"matrix": [3, 5], "x": 5.375, "y": 3, "w": 1.25}, 103 {"matrix": [3, 6], "x": 6.625, "y": 3}, 104 105 {"matrix": [7, 0], "x": 8.875, "y": 3}, 106 {"matrix": [7, 1], "x": 9.875, "y": 3, "w": 1.25}, 107 {"matrix": [7, 2], "x": 11.125, "y": 3, "w": 1.25}, 108 109 {"matrix": [7, 4], "x": 13.75, "y": 3}, 110 {"matrix": [7, 5], "x": 14.75, "y": 3}, 111 {"matrix": [7, 6], "x": 15.75, "y": 3} 112 ] 113 } 114 } 115 }