keyboard.json (3730B)
1 { 2 "keyboard_name": "Radialex", 3 "manufacturer": "takashicompany", 4 "url": "https://github.com/takashicompany/radialex", 5 "maintainer": "takashicompany", 6 "usb": { 7 "vid": "0x7463", 8 "pid": "0x0019", 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": "D3" 31 }, 32 "features": { 33 "bootmagic": true, 34 "extrakey": true, 35 "mousekey": true, 36 "nkro": false, 37 "rgblight": true 38 }, 39 "qmk": { 40 "locking": { 41 "enabled": true, 42 "resync": true 43 } 44 }, 45 "matrix_pins": { 46 "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"], 47 "rows": ["B6", "D4", "C6", "D7", "E6", "B4", "B5"] 48 }, 49 "diode_direction": "COL2ROW", 50 "development_board": "promicro", 51 "layouts": { 52 "LAYOUT": { 53 "layout": [ 54 {"matrix": [0, 0], "x": 1, "y": 0}, 55 {"matrix": [0, 1], "x": 2, "y": 0}, 56 {"matrix": [0, 2], "x": 3, "y": 0}, 57 {"matrix": [0, 3], "x": 4, "y": 0}, 58 {"matrix": [0, 4], "x": 5, "y": 0}, 59 60 {"matrix": [0, 5], "x": 9, "y": 0}, 61 {"matrix": [0, 6], "x": 10, "y": 0}, 62 {"matrix": [1, 0], "x": 11, "y": 0}, 63 {"matrix": [1, 1], "x": 12, "y": 0}, 64 {"matrix": [1, 2], "x": 13, "y": 0}, 65 66 {"matrix": [5, 5], "x": 0, "y": 1}, 67 {"matrix": [1, 3], "x": 1, "y": 1}, 68 {"matrix": [1, 4], "x": 2, "y": 1}, 69 {"matrix": [1, 5], "x": 3, "y": 1}, 70 {"matrix": [1, 6], "x": 4, "y": 1}, 71 {"matrix": [2, 0], "x": 5, "y": 1}, 72 73 {"matrix": [6, 2], "x": 7, "y": 1}, 74 75 {"matrix": [2, 1], "x": 9, "y": 1}, 76 {"matrix": [2, 2], "x": 10, "y": 1}, 77 {"matrix": [2, 3], "x": 11, "y": 1}, 78 {"matrix": [2, 4], "x": 12, "y": 1}, 79 {"matrix": [2, 5], "x": 13, "y": 1}, 80 {"matrix": [6, 0], "x": 14, "y": 1}, 81 82 {"matrix": [5, 6], "x": 0, "y": 2}, 83 {"matrix": [2, 6], "x": 1, "y": 2}, 84 {"matrix": [3, 0], "x": 2, "y": 2}, 85 {"matrix": [3, 1], "x": 3, "y": 2}, 86 {"matrix": [3, 2], "x": 4, "y": 2}, 87 {"matrix": [3, 3], "x": 5, "y": 2}, 88 89 {"matrix": [3, 4], "x": 9, "y": 2}, 90 {"matrix": [3, 5], "x": 10, "y": 2}, 91 {"matrix": [3, 6], "x": 11, "y": 2}, 92 {"matrix": [4, 0], "x": 12, "y": 2}, 93 {"matrix": [4, 1], "x": 13, "y": 2}, 94 {"matrix": [6, 1], "x": 14, "y": 2}, 95 96 {"matrix": [4, 2], "x": 2, "y": 3}, 97 {"matrix": [4, 3], "x": 3, "y": 3}, 98 {"matrix": [4, 4], "x": 4, "y": 3}, 99 {"matrix": [4, 5], "x": 5, "y": 3}, 100 {"matrix": [4, 6], "x": 6, "y": 3}, 101 102 {"matrix": [5, 0], "x": 8, "y": 3}, 103 {"matrix": [5, 1], "x": 9, "y": 3}, 104 {"matrix": [5, 2], "x": 10, "y": 3}, 105 {"matrix": [5, 3], "x": 11, "y": 3}, 106 {"matrix": [5, 4], "x": 12, "y": 3} 107 ] 108 } 109 } 110 }