keyboard.json (3879B)
1 { 2 "keyboard_name": "Levinson Rev. 2", 3 "split": { 4 "serial": { 5 "pin": "D0" 6 } 7 }, 8 "usb": { 9 "pid": "0x2146", 10 "device_version": "2.0.0" 11 }, 12 "matrix_pins": { 13 "cols": ["F6", "F7", "B1", "B3", "B2", "B6"], 14 "rows": ["D4", "D7", "E6", "B4"] 15 }, 16 "diode_direction": "COL2ROW", 17 "backlight": { 18 "default": { 19 "brightness": 5 20 }, 21 "pin": "B5", 22 "levels": 7 23 }, 24 "rgblight": { 25 "led_count": 12, 26 "split_count": [6, 6], 27 "animations": { 28 "breathing": true, 29 "rainbow_mood": true, 30 "rainbow_swirl": true, 31 "snake": true, 32 "knight": true, 33 "christmas": true, 34 "static_gradient": true, 35 "rgb_test": true, 36 "alternating": true, 37 "twinkle": true 38 } 39 }, 40 "ws2812": { 41 "pin": "D3" 42 }, 43 "features": { 44 "bootmagic": false, 45 "mousekey": true, 46 "extrakey": true, 47 "backlight": true 48 }, 49 "qmk": { 50 "locking": { 51 "enabled": true, 52 "resync": true 53 } 54 }, 55 "layout_aliases": { 56 "LAYOUT": "LAYOUT_ortho_4x12" 57 }, 58 "layouts": { 59 "LAYOUT_ortho_4x12": { 60 "layout": [ 61 {"matrix": [0, 0], "x": 0, "y": 0}, 62 {"matrix": [0, 1], "x": 1, "y": 0}, 63 {"matrix": [0, 2], "x": 2, "y": 0}, 64 {"matrix": [0, 3], "x": 3, "y": 0}, 65 {"matrix": [0, 4], "x": 4, "y": 0}, 66 {"matrix": [0, 5], "x": 5, "y": 0}, 67 68 {"matrix": [4, 5], "x": 7, "y": 0}, 69 {"matrix": [4, 4], "x": 8, "y": 0}, 70 {"matrix": [4, 3], "x": 9, "y": 0}, 71 {"matrix": [4, 2], "x": 10, "y": 0}, 72 {"matrix": [4, 1], "x": 11, "y": 0}, 73 {"matrix": [4, 0], "x": 12, "y": 0}, 74 75 {"matrix": [1, 0], "x": 0, "y": 1}, 76 {"matrix": [1, 1], "x": 1, "y": 1}, 77 {"matrix": [1, 2], "x": 2, "y": 1}, 78 {"matrix": [1, 3], "x": 3, "y": 1}, 79 {"matrix": [1, 4], "x": 4, "y": 1}, 80 {"matrix": [1, 5], "x": 5, "y": 1}, 81 82 {"matrix": [5, 5], "x": 7, "y": 1}, 83 {"matrix": [5, 4], "x": 8, "y": 1}, 84 {"matrix": [5, 3], "x": 9, "y": 1}, 85 {"matrix": [5, 2], "x": 10, "y": 1}, 86 {"matrix": [5, 1], "x": 11, "y": 1}, 87 {"matrix": [5, 0], "x": 12, "y": 1}, 88 89 {"matrix": [2, 0], "x": 0, "y": 2}, 90 {"matrix": [2, 1], "x": 1, "y": 2}, 91 {"matrix": [2, 2], "x": 2, "y": 2}, 92 {"matrix": [2, 3], "x": 3, "y": 2}, 93 {"matrix": [2, 4], "x": 4, "y": 2}, 94 {"matrix": [2, 5], "x": 5, "y": 2}, 95 96 {"matrix": [6, 5], "x": 7, "y": 2}, 97 {"matrix": [6, 4], "x": 8, "y": 2}, 98 {"matrix": [6, 3], "x": 9, "y": 2}, 99 {"matrix": [6, 2], "x": 10, "y": 2}, 100 {"matrix": [6, 1], "x": 11, "y": 2}, 101 {"matrix": [6, 0], "x": 12, "y": 2}, 102 103 {"matrix": [3, 0], "x": 0, "y": 3}, 104 {"matrix": [3, 1], "x": 1, "y": 3}, 105 {"matrix": [3, 2], "x": 2, "y": 3}, 106 {"matrix": [3, 3], "x": 3, "y": 3}, 107 {"matrix": [3, 4], "x": 4, "y": 3}, 108 {"matrix": [3, 5], "x": 5, "y": 3}, 109 110 {"matrix": [7, 5], "x": 7, "y": 3}, 111 {"matrix": [7, 4], "x": 8, "y": 3}, 112 {"matrix": [7, 3], "x": 9, "y": 3}, 113 {"matrix": [7, 2], "x": 10, "y": 3}, 114 {"matrix": [7, 1], "x": 11, "y": 3}, 115 {"matrix": [7, 0], "x": 12, "y": 3} 116 ] 117 } 118 } 119 }