keyboard.json (3882B)
1 { 2 "keyboard_name": "Lunakey Mini", 3 "manufacturer": "yoichiro", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0x5954", 7 "pid": "0x0001", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "extrakey": true 13 }, 14 "qmk": { 15 "locking": { 16 "enabled": true, 17 "resync": true 18 } 19 }, 20 "matrix_pins": { 21 "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], 22 "rows": ["D4", "D7", "E6", "B4"] 23 }, 24 "diode_direction": "COL2ROW", 25 "split": { 26 "enabled": true, 27 "serial": { 28 "pin": "D2" 29 } 30 }, 31 "rgblight": { 32 "saturation_steps": 8, 33 "brightness_steps": 8, 34 "led_count": 12, 35 "sleep": true, 36 "led_map": [0, 1, 2, 3, 4, 5, 11, 10, 9, 8, 7, 6], 37 "split_count": [6, 6], 38 "animations": { 39 "breathing": true, 40 "rainbow_mood": true, 41 "rainbow_swirl": true, 42 "snake": true, 43 "knight": true, 44 "christmas": true, 45 "static_gradient": true, 46 "rgb_test": true, 47 "alternating": true, 48 "twinkle": true 49 } 50 }, 51 "ws2812": { 52 "pin": "D3" 53 }, 54 "processor": "atmega32u4", 55 "bootloader": "atmel-dfu", 56 "layouts": { 57 "LAYOUT_split_3x6_4": { 58 "layout": [ 59 {"matrix": [0, 0], "x": 0, "y": 1.5}, 60 {"matrix": [0, 1], "x": 1, "y": 1.25}, 61 {"matrix": [0, 2], "x": 2, "y": 0.5}, 62 {"matrix": [0, 3], "x": 3, "y": 0}, 63 {"matrix": [0, 4], "x": 4, "y": 0.25}, 64 {"matrix": [0, 5], "x": 5, "y": 0.5}, 65 66 {"matrix": [4, 5], "x": 8.75, "y": 0.5}, 67 {"matrix": [4, 4], "x": 9.75, "y": 0.25}, 68 {"matrix": [4, 3], "x": 10.75, "y": 0}, 69 {"matrix": [4, 2], "x": 11.75, "y": 0.5}, 70 {"matrix": [4, 1], "x": 12.75, "y": 1.25}, 71 {"matrix": [4, 0], "x": 13.75, "y": 1.5}, 72 73 {"matrix": [1, 0], "x": 0, "y": 2.5}, 74 {"matrix": [1, 1], "x": 1, "y": 2.25}, 75 {"matrix": [1, 2], "x": 2, "y": 1.5}, 76 {"matrix": [1, 3], "x": 3, "y": 1}, 77 {"matrix": [1, 4], "x": 4, "y": 1.25}, 78 {"matrix": [1, 5], "x": 5, "y": 1.5}, 79 80 {"matrix": [5, 5], "x": 8.75, "y": 1.5}, 81 {"matrix": [5, 4], "x": 9.75, "y": 1.25}, 82 {"matrix": [5, 3], "x": 10.75, "y": 1}, 83 {"matrix": [5, 2], "x": 11.75, "y": 1.5}, 84 {"matrix": [5, 1], "x": 12.75, "y": 2.25}, 85 {"matrix": [5, 0], "x": 13.75, "y": 2.5}, 86 87 {"matrix": [2, 0], "x": 0, "y": 3.5}, 88 {"matrix": [2, 1], "x": 1, "y": 3.25}, 89 {"matrix": [2, 2], "x": 2, "y": 2.5}, 90 {"matrix": [2, 3], "x": 3, "y": 2}, 91 {"matrix": [2, 4], "x": 4, "y": 2.25}, 92 {"matrix": [2, 5], "x": 5, "y": 2.5}, 93 94 {"matrix": [6, 5], "x": 8.75, "y": 2.5}, 95 {"matrix": [6, 4], "x": 9.75, "y": 2.25}, 96 {"matrix": [6, 3], "x": 10.75, "y": 2}, 97 {"matrix": [6, 2], "x": 11.75, "y": 2.5}, 98 {"matrix": [6, 1], "x": 12.75, "y": 3.25}, 99 {"matrix": [6, 0], "x": 13.75, "y": 3.5}, 100 101 {"matrix": [3, 2], "x": 3, "y": 4}, 102 {"matrix": [3, 3], "x": 4, "y": 3.75}, 103 {"matrix": [3, 4], "x": 5, "y": 3.75}, 104 {"matrix": [3, 5], "x": 6, "y": 4}, 105 106 {"matrix": [7, 5], "x": 7.75, "y": 4}, 107 {"matrix": [7, 4], "x": 8.75, "y": 3.75}, 108 {"matrix": [7, 3], "x": 9.75, "y": 3.75}, 109 {"matrix": [7, 2], "x": 10.75, "y": 4} 110 ] 111 } 112 } 113 }