keyboard.json (3615B)
1 { 2 "keyboard_name": "QWERTYYdox", 3 "manufacturer": "AYDENandDAD Youtube", 4 "identifier": "0x1256", 5 "maintainer": "qmk", 6 "usb": { 7 "vid": "0xCEEB", 8 "pid": "0x1256", 9 "device_version": "1.0.0" 10 }, 11 "features": { 12 "mousekey": true 13 }, 14 "matrix_pins": { 15 "cols": ["F7", "F6", "F5", "C6", "D7", "D4", "D1"], 16 "rows": ["B6", "B2", "B3", "B1"] 17 }, 18 "rgblight": { 19 "saturation_steps": 8, 20 "brightness_steps": 8, 21 "led_count": 12, 22 "sleep": true, 23 "animations": { 24 "breathing": true, 25 "rainbow_mood": true, 26 "rainbow_swirl": true, 27 "snake": true, 28 "knight": true, 29 "christmas": true, 30 "static_gradient": true, 31 "rgb_test": true, 32 "alternating": true, 33 "twinkle": true 34 } 35 }, 36 "ws2812": { 37 "pin": "D6" 38 }, 39 "diode_direction": "COL2ROW", 40 "split": { 41 "enabled": true, 42 "serial": { 43 "pin": "D0" 44 } 45 }, 46 "qmk": { 47 "locking": { 48 "enabled": true, 49 "resync": true 50 } 51 }, 52 "bootloader": "caterina", 53 "processor": "atmega32u4", 54 "layouts": { 55 "LAYOUT": { 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 {"matrix": [0, 4], "x": 4, "y": 0}, 62 {"matrix": [0, 5], "x": 5, "y": 0}, 63 {"matrix": [0, 6], "x": 6, "y": 0}, 64 65 {"matrix": [4, 6], "x": 9, "y": 0}, 66 {"matrix": [4, 5], "x": 10, "y": 0}, 67 {"matrix": [4, 4], "x": 11, "y": 0}, 68 {"matrix": [4, 3], "x": 12, "y": 0}, 69 {"matrix": [4, 2], "x": 13, "y": 0}, 70 {"matrix": [4, 1], "x": 14, "y": 0}, 71 {"matrix": [4, 0], "x": 15, "y": 0}, 72 73 {"matrix": [1, 0], "x": 0.25, "y": 1}, 74 {"matrix": [1, 1], "x": 1.25, "y": 1}, 75 {"matrix": [1, 2], "x": 2.25, "y": 1}, 76 {"matrix": [1, 3], "x": 3.25, "y": 1}, 77 {"matrix": [1, 4], "x": 4.25, "y": 1}, 78 {"matrix": [1, 5], "x": 5.25, "y": 1}, 79 80 {"matrix": [5, 6], "x": 9.25, "y": 1}, 81 {"matrix": [5, 5], "x": 10.25, "y": 1}, 82 {"matrix": [5, 4], "x": 11.25, "y": 1}, 83 {"matrix": [5, 3], "x": 12.25, "y": 1}, 84 {"matrix": [5, 2], "x": 13.25, "y": 1}, 85 {"matrix": [5, 1], "x": 14.25, "y": 1}, 86 {"matrix": [5, 0], "x": 15.25, "y": 1}, 87 88 {"matrix": [2, 0], "x": 0.75, "y": 2}, 89 {"matrix": [2, 1], "x": 1.75, "y": 2}, 90 {"matrix": [2, 2], "x": 2.75, "y": 2}, 91 {"matrix": [2, 3], "x": 3.75, "y": 2}, 92 {"matrix": [2, 4], "x": 4.75, "y": 2}, 93 {"matrix": [2, 5], "x": 5.75, "y": 2}, 94 95 {"matrix": [6, 5], "x": 9.75, "y": 2}, 96 {"matrix": [6, 4], "x": 10.75, "y": 2}, 97 {"matrix": [6, 3], "x": 11.75, "y": 2}, 98 {"matrix": [6, 2], "x": 12.75, "y": 2}, 99 {"matrix": [6, 1], "x": 13.75, "y": 2}, 100 {"matrix": [6, 0], "x": 14.75, "y": 2}, 101 102 {"matrix": [3, 0], "x": 0.75, "y": 3}, 103 {"matrix": [3, 1], "x": 1.75, "y": 3}, 104 {"matrix": [3, 2], "x": 2.75, "y": 3}, 105 {"matrix": [3, 3], "x": 3.75, "y": 3}, 106 {"matrix": [3, 4], "x": 4.75, "y": 3.33}, 107 {"matrix": [3, 5], "x": 5.75, "y": 3.67}, 108 {"matrix": [3, 6], "x": 6.75, "y": 4}, 109 110 {"matrix": [7, 6], "x": 8.75, "y": 4}, 111 {"matrix": [7, 5], "x": 9.75, "y": 3.67}, 112 {"matrix": [7, 4], "x": 10.75, "y": 3.33}, 113 {"matrix": [7, 3], "x": 11.75, "y": 3}, 114 {"matrix": [7, 2], "x": 12.75, "y": 3}, 115 {"matrix": [7, 1], "x": 13.75, "y": 3}, 116 {"matrix": [7, 0], "x": 14.75, "y": 3} 117 ] 118 } 119 } 120 }