keyboard.json (3598B)
1 { 2 "keyboard_name": "Tetris", 3 "manufacturer": "Fengz", 4 "maintainer": "qmk", 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": 47, 14 "sleep": true, 15 "animations": { 16 "breathing": true, 17 "rainbow_mood": true, 18 "rainbow_swirl": true, 19 "snake": true, 20 "knight": true, 21 "christmas": true, 22 "static_gradient": true, 23 "rgb_test": true, 24 "alternating": true, 25 "twinkle": true 26 } 27 }, 28 "ws2812": { 29 "pin": "F5" 30 }, 31 "build": { 32 "lto": true 33 }, 34 "features": { 35 "audio": true, 36 "bootmagic": false, 37 "encoder": true, 38 "extrakey": true, 39 "mousekey": true, 40 "nkro": true, 41 "rgblight": true 42 }, 43 "qmk": { 44 "locking": { 45 "enabled": true, 46 "resync": true 47 } 48 }, 49 "matrix_pins": { 50 "cols": ["D7", "B4", "B6", "C6", "C7", "F6", "F7", "D4", "D2", "D3", "D5", "D6"], 51 "rows": ["B3", "B2", "B1", "B0", "E6"] 52 }, 53 "diode_direction": "COL2ROW", 54 "encoder": { 55 "rotary": [ 56 {"pin_a": "D1", "pin_b": "D0"}, 57 {"pin_a": "F1", "pin_b": "F0"} 58 ] 59 }, 60 "processor": "atmega32u4", 61 "bootloader": "qmk-dfu", 62 "layouts": { 63 "LAYOUT_planck_mit": { 64 "layout": [ 65 {"matrix": [0, 0], "x": 0, "y": 0}, 66 {"matrix": [0, 1], "x": 1, "y": 0}, 67 {"matrix": [0, 2], "x": 2, "y": 0}, 68 {"matrix": [0, 3], "x": 3, "y": 0}, 69 {"matrix": [0, 4], "x": 4, "y": 0}, 70 {"matrix": [0, 5], "x": 5, "y": 0}, 71 {"matrix": [0, 6], "x": 6, "y": 0}, 72 {"matrix": [0, 7], "x": 7, "y": 0}, 73 {"matrix": [0, 8], "x": 8, "y": 0}, 74 {"matrix": [0, 9], "x": 9, "y": 0}, 75 {"matrix": [0, 10], "x": 10, "y": 0}, 76 {"matrix": [0, 11], "x": 11, "y": 0}, 77 78 {"matrix": [1, 0], "x": 0, "y": 1}, 79 {"matrix": [1, 1], "x": 1, "y": 1}, 80 {"matrix": [1, 2], "x": 2, "y": 1}, 81 {"matrix": [1, 3], "x": 3, "y": 1}, 82 {"matrix": [1, 4], "x": 4, "y": 1}, 83 {"matrix": [1, 5], "x": 5, "y": 1}, 84 {"matrix": [1, 6], "x": 6, "y": 1}, 85 {"matrix": [1, 7], "x": 7, "y": 1}, 86 {"matrix": [1, 8], "x": 8, "y": 1}, 87 {"matrix": [1, 9], "x": 9, "y": 1}, 88 {"matrix": [1, 10], "x": 10, "y": 1}, 89 {"matrix": [1, 11], "x": 11, "y": 1}, 90 91 {"matrix": [2, 0], "x": 0, "y": 2}, 92 {"matrix": [2, 1], "x": 1, "y": 2}, 93 {"matrix": [2, 2], "x": 2, "y": 2}, 94 {"matrix": [2, 3], "x": 3, "y": 2}, 95 {"matrix": [2, 4], "x": 4, "y": 2}, 96 {"matrix": [2, 5], "x": 5, "y": 2}, 97 {"matrix": [2, 6], "x": 6, "y": 2}, 98 {"matrix": [2, 7], "x": 7, "y": 2}, 99 {"matrix": [2, 8], "x": 8, "y": 2}, 100 {"matrix": [2, 9], "x": 9, "y": 2}, 101 {"matrix": [2, 10], "x": 10, "y": 2}, 102 {"matrix": [2, 11], "x": 11, "y": 2}, 103 104 {"matrix": [3, 0], "x": 0, "y": 3}, 105 {"matrix": [3, 1], "x": 1, "y": 3}, 106 {"matrix": [3, 2], "x": 2, "y": 3}, 107 {"matrix": [3, 3], "x": 3, "y": 3}, 108 {"matrix": [3, 4], "x": 4, "y": 3}, 109 {"matrix": [3, 5], "x": 5, "y": 3, "w": 2}, 110 {"matrix": [3, 7], "x": 7, "y": 3}, 111 {"matrix": [3, 8], "x": 8, "y": 3}, 112 {"matrix": [3, 9], "x": 9, "y": 3}, 113 {"matrix": [3, 10], "x": 10, "y": 3}, 114 {"matrix": [3, 11], "x": 11, "y": 3}, 115 116 {"matrix": [4, 0], "x": 0, "y": 4}, 117 {"matrix": [4, 1], "x": 1, "y": 4}, 118 119 {"matrix": [4, 10], "x": 10, "y": 4}, 120 {"matrix": [4, 11], "x": 11, "y": 4} 121 ] 122 } 123 } 124 }