keyboard.json (4318B)
1 { 2 "keyboard_name": "smAllice", 3 "manufacturer": "quark", 4 "url": "https://keyhive.xyz/shop/smallice", 5 "maintainer": "https://github.com/Armastardo", 6 "usb": { 7 "vid": "0x514B", 8 "pid": "0x5341", 9 "device_version": "0.0.1" 10 }, 11 "rgblight": { 12 "saturation_steps": 8, 13 "brightness_steps": 8, 14 "led_count": 12, 15 "sleep": true, 16 "animations": { 17 "breathing": true, 18 "rainbow_mood": true, 19 "rainbow_swirl": true, 20 "snake": true, 21 "knight": true, 22 "christmas": true, 23 "static_gradient": true, 24 "rgb_test": true, 25 "alternating": true, 26 "twinkle": true 27 } 28 }, 29 "ws2812": { 30 "pin": "B7" 31 }, 32 "features": { 33 "bootmagic": true, 34 "extrakey": true, 35 "mousekey": true, 36 "nkro": false, 37 "rgblight": true 38 }, 39 "matrix_pins": { 40 "cols": ["C7", "C6", "F7", "F6", "F5", "F4", "F1", "D4", "D6", "D7", "D0", "D1", "D2", "D3", "D5"], 41 "rows": ["B0", "B6", "B5", "B4"] 42 }, 43 "diode_direction": "COL2ROW", 44 "processor": "atmega32u4", 45 "bootloader": "atmel-dfu", 46 "layouts": { 47 "LAYOUT": { 48 "layout": [ 49 {"matrix": [0, 0], "x": 0.5, "y": 0}, 50 51 {"matrix": [0, 1], "x": 1.75, "y": 0}, 52 {"matrix": [0, 2], "x": 2.75, "y": 0}, 53 {"matrix": [0, 3], "x": 3.75, "y": 0}, 54 {"matrix": [0, 4], "x": 4.75, "y": 0}, 55 {"matrix": [0, 5], "x": 5.75, "y": 0}, 56 {"matrix": [0, 6], "x": 6.75, "y": 0}, 57 58 {"matrix": [0, 7], "x": 8.25, "y": 0}, 59 {"matrix": [0, 8], "x": 9.25, "y": 0}, 60 {"matrix": [0, 9], "x": 10.25, "y": 0}, 61 {"matrix": [0, 10], "x": 11.25, "y": 0}, 62 {"matrix": [0, 11], "x": 12.25, "y": 0}, 63 {"matrix": [0, 12], "x": 13.25, "y": 0}, 64 {"matrix": [0, 13], "x": 14.25, "y": 0}, 65 {"matrix": [0, 14], "x": 15.25, "y": 0}, 66 67 {"matrix": [1, 0], "x": 0.25, "y": 1}, 68 69 {"matrix": [1, 1], "x": 1.5, "y": 1, "w": 1.25}, 70 {"matrix": [1, 2], "x": 2.75, "y": 1}, 71 {"matrix": [1, 3], "x": 3.75, "y": 1}, 72 {"matrix": [1, 4], "x": 4.75, "y": 1}, 73 {"matrix": [1, 5], "x": 5.75, "y": 1}, 74 {"matrix": [1, 6], "x": 6.75, "y": 1}, 75 76 {"matrix": [1, 7], "x": 8.75, "y": 1}, 77 {"matrix": [1, 8], "x": 9.75, "y": 1}, 78 {"matrix": [1, 9], "x": 10.75, "y": 1}, 79 {"matrix": [1, 10], "x": 11.75, "y": 1}, 80 {"matrix": [1, 11], "x": 12.75, "y": 1}, 81 {"matrix": [1, 12], "x": 13.75, "y": 1}, 82 {"matrix": [1, 14], "x": 14.75, "y": 1, "w": 1.75}, 83 84 {"matrix": [2, 0], "x": 0, "y": 2}, 85 86 {"matrix": [2, 1], "x": 1.25, "y": 2, "w": 1.75}, 87 {"matrix": [2, 2], "x": 3, "y": 2}, 88 {"matrix": [2, 3], "x": 4, "y": 2}, 89 {"matrix": [2, 4], "x": 5, "y": 2}, 90 {"matrix": [2, 5], "x": 6, "y": 2}, 91 {"matrix": [2, 6], "x": 7, "y": 2}, 92 93 {"matrix": [2, 7], "x": 8.5, "y": 2}, 94 {"matrix": [2, 8], "x": 9.5, "y": 2}, 95 {"matrix": [2, 9], "x": 10.5, "y": 2}, 96 {"matrix": [2, 10], "x": 11.5, "y": 2}, 97 {"matrix": [2, 11], "x": 12.5, "y": 2}, 98 {"matrix": [2, 12], "x": 13.5, "y": 2, "w": 1.25}, 99 {"matrix": [2, 13], "x": 14.75, "y": 2}, 100 {"matrix": [2, 14], "x": 15.75, "y": 2}, 101 102 {"matrix": [3, 1], "x": 1.25, "y": 3}, 103 {"matrix": [3, 3], "x": 3, "y": 3, "w": 1.25}, 104 {"matrix": [3, 5], "x": 4.25, "y": 3, "w": 2}, 105 {"matrix": [3, 6], "x": 6.25, "y": 3}, 106 {"matrix": [3, 8], "x": 9.5, "y": 3, "w": 2.75}, 107 {"matrix": [3, 10], "x": 12.25, "y": 3}, 108 109 {"matrix": [3, 12], "x": 13.75, "y": 3}, 110 {"matrix": [3, 13], "x": 14.75, "y": 3}, 111 {"matrix": [3, 14], "x": 15.75, "y": 3} 112 ] 113 } 114 } 115 }