keyboard.json (3343B)
1 { 2 "keyboard_name": "UD_40 Ortholinear", 3 "manufacturer": "Mech Studio", 4 "url": "https://mech.studio/projects/ud_40/", 5 "maintainer": "dejaeghered", 6 "usb": { 7 "vid": "0x4D53", 8 "pid": "0x0002", 9 "device_version": "0.0.2" 10 }, 11 "features": { 12 "bootmagic": true, 13 "mousekey": true, 14 "extrakey": true, 15 "rgblight": true 16 }, 17 "matrix_pins": { 18 "cols": ["C5", "D0", "B3", "B2", "B1", "B0", "D6", "D5", "D4", "D3", "D2", "D1"], 19 "rows": ["C2", "B4", "B5", "B6"] 20 }, 21 "diode_direction": "COL2ROW", 22 "qmk_lufa_bootloader": { 23 "esc_input": "B7", 24 "esc_output": "F0" 25 }, 26 "rgblight": { 27 "saturation_steps": 8, 28 "brightness_steps": 8, 29 "led_count": 10, 30 "sleep": true, 31 "animations": { 32 "breathing": true, 33 "rainbow_mood": true, 34 "rainbow_swirl": true, 35 "snake": true, 36 "knight": true, 37 "christmas": true, 38 "static_gradient": true, 39 "rgb_test": true, 40 "alternating": true, 41 "twinkle": true 42 } 43 }, 44 "ws2812": { 45 "pin": "B7" 46 }, 47 "processor": "atmega32u2", 48 "bootloader": "qmk-dfu", 49 "community_layouts": ["ortho_4x12"], 50 "layouts": { 51 "LAYOUT_ortho_4x12": { 52 "layout": [ 53 {"matrix": [0, 0], "x": 0, "y": 0}, 54 {"matrix": [0, 1], "x": 1, "y": 0}, 55 {"matrix": [0, 2], "x": 2, "y": 0}, 56 {"matrix": [0, 3], "x": 3, "y": 0}, 57 {"matrix": [0, 4], "x": 4, "y": 0}, 58 {"matrix": [0, 5], "x": 5, "y": 0}, 59 {"matrix": [0, 6], "x": 6, "y": 0}, 60 {"matrix": [0, 7], "x": 7, "y": 0}, 61 {"matrix": [0, 8], "x": 8, "y": 0}, 62 {"matrix": [0, 9], "x": 9, "y": 0}, 63 {"matrix": [0, 10], "x": 10, "y": 0}, 64 {"matrix": [0, 11], "x": 11, "y": 0}, 65 66 {"matrix": [1, 0], "x": 0, "y": 1}, 67 {"matrix": [1, 1], "x": 1, "y": 1}, 68 {"matrix": [1, 2], "x": 2, "y": 1}, 69 {"matrix": [1, 3], "x": 3, "y": 1}, 70 {"matrix": [1, 4], "x": 4, "y": 1}, 71 {"matrix": [1, 5], "x": 5, "y": 1}, 72 {"matrix": [1, 6], "x": 6, "y": 1}, 73 {"matrix": [1, 7], "x": 7, "y": 1}, 74 {"matrix": [1, 8], "x": 8, "y": 1}, 75 {"matrix": [1, 9], "x": 9, "y": 1}, 76 {"matrix": [1, 10], "x": 10, "y": 1}, 77 {"matrix": [1, 11], "x": 11, "y": 1}, 78 79 {"matrix": [2, 0], "x": 0, "y": 2}, 80 {"matrix": [2, 1], "x": 1, "y": 2}, 81 {"matrix": [2, 2], "x": 2, "y": 2}, 82 {"matrix": [2, 3], "x": 3, "y": 2}, 83 {"matrix": [2, 4], "x": 4, "y": 2}, 84 {"matrix": [2, 5], "x": 5, "y": 2}, 85 {"matrix": [2, 6], "x": 6, "y": 2}, 86 {"matrix": [2, 7], "x": 7, "y": 2}, 87 {"matrix": [2, 8], "x": 8, "y": 2}, 88 {"matrix": [2, 9], "x": 9, "y": 2}, 89 {"matrix": [2, 10], "x": 10, "y": 2}, 90 {"matrix": [2, 11], "x": 11, "y": 2}, 91 92 {"matrix": [3, 0], "x": 0, "y": 3}, 93 {"matrix": [3, 1], "x": 1, "y": 3}, 94 {"matrix": [3, 2], "x": 2, "y": 3}, 95 {"matrix": [3, 3], "x": 3, "y": 3}, 96 {"matrix": [3, 4], "x": 4, "y": 3}, 97 {"matrix": [3, 5], "x": 5, "y": 3}, 98 {"matrix": [3, 6], "x": 6, "y": 3}, 99 {"matrix": [3, 7], "x": 7, "y": 3}, 100 {"matrix": [3, 8], "x": 8, "y": 3}, 101 {"matrix": [3, 9], "x": 9, "y": 3}, 102 {"matrix": [3, 10], "x": 10, "y": 3}, 103 {"matrix": [3, 11], "x": 11, "y": 3} 104 ] 105 } 106 } 107 }