keyboard.json (3143B)
1 { 2 "keyboard_name": "MIO", 3 "manufacturer": "recompile keys", 4 "url": "https://keys.recompile.net/projects/mio/", 5 "maintainer": "recompile keys", 6 "usb": { 7 "vid": "0x524B", 8 "pid": "0x4D41", 9 "device_version": "0.0.1" 10 }, 11 "rgblight": { 12 "saturation_steps": 8, 13 "brightness_steps": 8, 14 "led_count": 8, 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": "B3" 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", "B6", "B5", "B4", "D7", "D6", "D4"], 41 "rows": ["F1", "F0", "F4", "F7", "F6", "F5"] 42 }, 43 "diode_direction": "COL2ROW", 44 "processor": "atmega32u4", 45 "bootloader": "atmel-dfu", 46 "layouts": { 47 "LAYOUT": { 48 "layout": [ 49 {"matrix": [0, 0], "x": 0, "y": 0}, 50 51 {"matrix": [0, 2], "x": 2, "y": 0}, 52 {"matrix": [0, 3], "x": 3, "y": 0}, 53 {"matrix": [0, 4], "x": 4, "y": 0}, 54 {"matrix": [0, 5], "x": 5, "y": 0}, 55 56 {"matrix": [0, 6], "x": 6.25, "y": 0}, 57 {"matrix": [0, 7], "x": 7.25, "y": 0}, 58 59 {"matrix": [1, 0], "x": 0, "y": 1.25}, 60 {"matrix": [1, 1], "x": 1, "y": 1.25}, 61 {"matrix": [1, 2], "x": 2, "y": 1.25}, 62 {"matrix": [1, 3], "x": 3, "y": 1.25}, 63 {"matrix": [1, 4], "x": 4, "y": 1.25}, 64 {"matrix": [1, 5], "x": 5, "y": 1.25}, 65 {"matrix": [1, 6], "x": 6, "y": 1.25}, 66 {"matrix": [1, 7], "x": 7, "y": 1.25}, 67 68 {"matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5}, 69 {"matrix": [2, 1], "x": 1.5, "y": 2.25}, 70 {"matrix": [2, 2], "x": 2.5, "y": 2.25}, 71 {"matrix": [2, 3], "x": 3.5, "y": 2.25}, 72 {"matrix": [2, 4], "x": 4.5, "y": 2.25}, 73 {"matrix": [2, 5], "x": 5.5, "y": 2.25}, 74 {"matrix": [2, 6], "x": 6.5, "y": 2.25}, 75 76 {"matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75}, 77 {"matrix": [3, 1], "x": 1.75, "y": 3.25}, 78 {"matrix": [3, 2], "x": 2.75, "y": 3.25}, 79 {"matrix": [3, 3], "x": 3.75, "y": 3.25}, 80 {"matrix": [3, 4], "x": 4.75, "y": 3.25}, 81 {"matrix": [3, 5], "x": 5.75, "y": 3.25}, 82 {"matrix": [3, 6], "x": 6.75, "y": 3.25}, 83 84 {"matrix": [4, 0], "x": 0, "y": 4.25, "w": 2.25}, 85 {"matrix": [4, 1], "x": 2.25, "y": 4.25}, 86 {"matrix": [4, 2], "x": 3.25, "y": 4.25}, 87 {"matrix": [4, 3], "x": 4.25, "y": 4.25}, 88 {"matrix": [4, 4], "x": 5.25, "y": 4.25}, 89 {"matrix": [4, 5], "x": 6.25, "y": 4.25}, 90 {"matrix": [4, 6], "x": 7.25, "y": 4.25}, 91 92 {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.5}, 93 {"matrix": [5, 1], "x": 2.5, "y": 5.25, "w": 1.5}, 94 {"matrix": [5, 2], "x": 4, "y": 5.25, "w": 1.5}, 95 {"matrix": [5, 5], "x": 5.5, "y": 5.25, "w": 2.75}, 96 {"matrix": [5, 6], "x": 7, "y": 6.5, "w": 1.25} 97 ] 98 } 99 } 100 }