keyboard.json (4129B)
1 { 2 "keyboard_name": "D48", 3 "manufacturer": "Andrew Dunai", 4 "maintainer": "and3rson", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x6060", 8 "device_version": "0.0.1" 9 }, 10 "rgblight": { 11 "saturation_steps": 8, 12 "brightness_steps": 8, 13 "led_count": 14, 14 "animations": { 15 "breathing": true, 16 "rainbow_mood": true, 17 "rainbow_swirl": true, 18 "snake": true, 19 "knight": true, 20 "christmas": true, 21 "static_gradient": true, 22 "rgb_test": true, 23 "alternating": true, 24 "twinkle": true 25 } 26 }, 27 "ws2812": { 28 "pin": "A15" 29 }, 30 "matrix_pins": { 31 "cols": ["A2", "B0", "A7", "A8", "A13", "A14", "B12", "B11", "B10", "B15", "B14", "B13"], 32 "rows": ["B8", "B9", "B1", "B2", "B4"] 33 }, 34 "diode_direction": "COL2ROW", 35 "encoder": { 36 "rotary": [ 37 {"pin_a": "B3", "pin_b": "A6"}, 38 {"pin_a": "A0", "pin_b": "A1"} 39 ] 40 }, 41 "qmk": { 42 "tap_keycode_delay": 10 43 }, 44 "development_board": "proton_c", 45 "features": { 46 "bootmagic": false, 47 "mousekey": false, 48 "extrakey": true, 49 "console": true, 50 "nkro": true, 51 "audio": true, 52 "rgblight": true, 53 "encoder": true, 54 "oled": true, 55 "unicode": true 56 }, 57 "layouts": { 58 "LAYOUT": { 59 "layout": [ 60 {"matrix": [0, 8], "x": 8, "y": 0}, 61 62 {"matrix": [0, 11], "x": 11, "y": 0}, 63 64 {"matrix": [1, 0], "x": 0, "y": 1}, 65 {"matrix": [1, 1], "x": 1, "y": 1}, 66 {"matrix": [1, 2], "x": 2, "y": 1}, 67 {"matrix": [1, 3], "x": 3, "y": 1}, 68 {"matrix": [1, 4], "x": 4, "y": 1}, 69 {"matrix": [1, 5], "x": 5, "y": 1}, 70 {"matrix": [1, 6], "x": 6, "y": 1}, 71 {"matrix": [1, 7], "x": 7, "y": 1}, 72 {"matrix": [1, 8], "x": 8, "y": 1}, 73 {"matrix": [1, 9], "x": 9, "y": 1}, 74 {"matrix": [1, 10], "x": 10, "y": 1}, 75 {"matrix": [1, 11], "x": 11, "y": 1}, 76 77 {"matrix": [2, 0], "x": 0, "y": 2}, 78 {"matrix": [2, 1], "x": 1, "y": 2}, 79 {"matrix": [2, 2], "x": 2, "y": 2}, 80 {"matrix": [2, 3], "x": 3, "y": 2}, 81 {"matrix": [2, 4], "x": 4, "y": 2}, 82 {"matrix": [2, 5], "x": 5, "y": 2}, 83 {"matrix": [2, 6], "x": 6, "y": 2}, 84 {"matrix": [2, 7], "x": 7, "y": 2}, 85 {"matrix": [2, 8], "x": 8, "y": 2}, 86 {"matrix": [2, 9], "x": 9, "y": 2}, 87 {"matrix": [2, 10], "x": 10, "y": 2}, 88 {"matrix": [2, 11], "x": 11, "y": 2}, 89 90 {"matrix": [3, 0], "x": 0, "y": 3}, 91 {"matrix": [3, 1], "x": 1, "y": 3}, 92 {"matrix": [3, 2], "x": 2, "y": 3}, 93 {"matrix": [3, 3], "x": 3, "y": 3}, 94 {"matrix": [3, 4], "x": 4, "y": 3}, 95 {"matrix": [3, 5], "x": 5, "y": 3}, 96 {"matrix": [3, 6], "x": 6, "y": 3}, 97 {"matrix": [3, 7], "x": 7, "y": 3}, 98 {"matrix": [3, 8], "x": 8, "y": 3}, 99 {"matrix": [3, 9], "x": 9, "y": 3}, 100 {"matrix": [3, 10], "x": 10, "y": 3}, 101 {"matrix": [3, 11], "x": 11, "y": 3}, 102 103 {"matrix": [4, 0], "x": 0, "y": 4}, 104 {"matrix": [4, 1], "x": 1, "y": 4}, 105 {"matrix": [4, 2], "x": 2, "y": 4}, 106 {"matrix": [4, 3], "x": 3, "y": 4}, 107 {"matrix": [4, 4], "x": 4, "y": 4}, 108 {"matrix": [4, 5], "x": 5, "y": 4}, 109 {"matrix": [4, 6], "x": 6, "y": 4}, 110 {"matrix": [4, 7], "x": 7, "y": 4}, 111 {"matrix": [4, 8], "x": 8, "y": 4}, 112 {"matrix": [4, 9], "x": 9, "y": 4}, 113 {"matrix": [4, 10], "x": 10, "y": 4}, 114 {"matrix": [4, 11], "x": 11, "y": 4} 115 ] 116 } 117 } 118 }