keyboard.json (2674B)
1 { 2 "keyboard_name": "YMD21 v2", 3 "manufacturer": "YMDK", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0x45D4", 7 "pid": "0x0110", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "backlight": true, 12 "bootmagic": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": false, 16 "rgblight": true 17 }, 18 "matrix_pins": { 19 "cols": ["F5", "F4", "D3", "D2"], 20 "rows": ["B3", "B6", "B2", "B1", "D7", "B4"] 21 }, 22 "diode_direction": "ROW2COL", 23 "backlight": { 24 "pin": "B7", 25 "breathing": true 26 }, 27 "ws2812": { 28 "pin": "E2" 29 }, 30 "rgblight": { 31 "saturation_steps": 8, 32 "brightness_steps": 8, 33 "led_count": 8, 34 "max_brightness": 180, 35 "sleep": true, 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 "processor": "atmega32u4", 50 "bootloader": "atmel-dfu", 51 "community_layouts": ["ortho_6x4"], 52 "layouts": { 53 "LAYOUT_ortho_6x4": { 54 "layout": [ 55 {"matrix": [0, 0], "x": 0, "y": 0}, 56 {"matrix": [0, 1], "x": 1, "y": 0}, 57 {"matrix": [0, 2], "x": 2, "y": 0}, 58 {"matrix": [0, 3], "x": 3, "y": 0}, 59 60 {"matrix": [1, 0], "x": 0, "y": 1.25}, 61 {"matrix": [1, 1], "x": 1, "y": 1.25}, 62 {"matrix": [1, 2], "x": 2, "y": 1.25}, 63 {"matrix": [1, 3], "x": 3, "y": 1.25}, 64 65 {"matrix": [2, 0], "x": 0, "y": 2.25}, 66 {"matrix": [2, 1], "x": 1, "y": 2.25}, 67 {"matrix": [2, 2], "x": 2, "y": 2.25}, 68 {"matrix": [2, 3], "x": 3, "y": 2.25}, 69 70 {"matrix": [3, 0], "x": 0, "y": 3.25}, 71 {"matrix": [3, 1], "x": 1, "y": 3.25}, 72 {"matrix": [3, 2], "x": 2, "y": 3.25}, 73 {"matrix": [3, 3], "x": 3, "y": 3.25}, 74 75 {"matrix": [4, 0], "x": 0, "y": 4.25}, 76 {"matrix": [4, 1], "x": 1, "y": 4.25}, 77 {"matrix": [4, 2], "x": 2, "y": 4.25}, 78 {"matrix": [4, 3], "x": 3, "y": 4.25}, 79 80 {"matrix": [5, 0], "x": 0, "y": 5.25}, 81 {"matrix": [5, 1], "x": 1, "y": 5.25}, 82 {"matrix": [5, 2], "x": 2, "y": 5.25}, 83 {"matrix": [5, 3], "x": 3, "y": 5.25} 84 ] 85 } 86 } 87 }