keyboard.json (3789B)
1 { 2 "keyboard_name": "CU24", 3 "manufacturer": "Yiancar/CapsUnlocked", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x0000", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "backlight": true, 12 "bootmagic": false, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": true, 16 "rgblight": true 17 }, 18 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "matrix_pins": { 25 "cols": ["F0", "F1", "D0", "D1"], 26 "rows": ["E6", "F5", "B4", "B6", "C6", "C7"] 27 }, 28 "diode_direction": "ROW2COL", 29 "backlight": { 30 "pin": "B5", 31 "levels": 5, 32 "breathing": true 33 }, 34 "rgblight": { 35 "led_count": 5, 36 "animations": { 37 "breathing": true, 38 "rainbow_mood": true, 39 "rainbow_swirl": true, 40 "snake": true, 41 "knight": true, 42 "christmas": true, 43 "static_gradient": true, 44 "rgb_test": true, 45 "alternating": true, 46 "twinkle": true 47 } 48 }, 49 "ws2812": { 50 "pin": "F4" 51 }, 52 "processor": "atmega32u4", 53 "bootloader": "atmel-dfu", 54 "layouts": { 55 "LAYOUT_grid": { 56 "layout": [ 57 {"matrix": [0, 0], "x": 0, "y": 0}, 58 {"matrix": [0, 1], "x": 1, "y": 0}, 59 {"matrix": [0, 2], "x": 2, "y": 0}, 60 {"matrix": [0, 3], "x": 3, "y": 0}, 61 62 {"matrix": [1, 0], "x": 0, "y": 1}, 63 {"matrix": [1, 1], "x": 1, "y": 1}, 64 {"matrix": [1, 2], "x": 2, "y": 1}, 65 {"matrix": [1, 3], "x": 3, "y": 1}, 66 67 {"matrix": [2, 0], "x": 0, "y": 2}, 68 {"matrix": [2, 1], "x": 1, "y": 2}, 69 {"matrix": [2, 2], "x": 2, "y": 2}, 70 {"matrix": [2, 3], "x": 3, "y": 2}, 71 72 {"matrix": [3, 0], "x": 0, "y": 3}, 73 {"matrix": [3, 1], "x": 1, "y": 3}, 74 {"matrix": [3, 2], "x": 2, "y": 3}, 75 {"matrix": [3, 3], "x": 3, "y": 3}, 76 77 {"matrix": [4, 0], "x": 0, "y": 4}, 78 {"matrix": [4, 1], "x": 1, "y": 4}, 79 {"matrix": [4, 2], "x": 2, "y": 4}, 80 {"matrix": [4, 3], "x": 3, "y": 4}, 81 82 {"matrix": [5, 0], "x": 0, "y": 5}, 83 {"matrix": [5, 1], "x": 1, "y": 5}, 84 {"matrix": [5, 2], "x": 2, "y": 5}, 85 {"matrix": [5, 3], "x": 3, "y": 5} 86 ] 87 }, 88 "LAYOUT_numpad": { 89 "layout": [ 90 {"matrix": [0, 0], "x": 0, "y": 0}, 91 {"matrix": [0, 1], "x": 1, "y": 0}, 92 {"matrix": [0, 2], "x": 2, "y": 0}, 93 {"matrix": [0, 3], "x": 3, "y": 0}, 94 95 {"matrix": [1, 0], "x": 0, "y": 1}, 96 {"matrix": [1, 1], "x": 1, "y": 1}, 97 {"matrix": [1, 2], "x": 2, "y": 1}, 98 {"matrix": [1, 3], "x": 3, "y": 1}, 99 100 {"matrix": [2, 0], "x": 0, "y": 2}, 101 {"matrix": [2, 1], "x": 1, "y": 2}, 102 {"matrix": [2, 2], "x": 2, "y": 2}, 103 {"matrix": [2, 3], "x": 3, "y": 2, "h": 2}, 104 105 {"matrix": [3, 0], "x": 0, "y": 3}, 106 {"matrix": [3, 1], "x": 1, "y": 3}, 107 {"matrix": [3, 2], "x": 2, "y": 3}, 108 109 {"matrix": [4, 0], "x": 0, "y": 4}, 110 {"matrix": [4, 1], "x": 1, "y": 4}, 111 {"matrix": [4, 2], "x": 2, "y": 4}, 112 {"matrix": [4, 3], "x": 3, "y": 4, "h": 2}, 113 114 {"matrix": [5, 1], "x": 0, "y": 5, "w": 2}, 115 {"matrix": [5, 2], "x": 2, "y": 5} 116 ] 117 } 118 } 119 }