keyboard.json (2425B)
1 { 2 "keyboard_name": "TENKI", 3 "manufacturer": "Pixlup", 4 "url": "https://tokopedia.com/pixlup", 5 "maintainer": "eriqadams", 6 "usb": { 7 "vid": "0x5058", 8 "pid": "0x5445", 9 "device_version": "10.0.1" 10 }, 11 "rgblight": { 12 "hue_steps": 10, 13 "saturation_steps": 10, 14 "brightness_steps": 10, 15 "led_count": 3, 16 "sleep": true, 17 "animations": { 18 "breathing": true, 19 "rainbow_mood": true, 20 "rainbow_swirl": true, 21 "snake": true, 22 "knight": true, 23 "christmas": true, 24 "static_gradient": true, 25 "rgb_test": true, 26 "alternating": true, 27 "twinkle": true 28 } 29 }, 30 "ws2812": { 31 "pin": "D1" 32 }, 33 "features": { 34 "bootmagic": true, 35 "extrakey": true, 36 "mousekey": true, 37 "nkro": true, 38 "rgblight": true 39 }, 40 "qmk": { 41 "locking": { 42 "enabled": true, 43 "resync": true 44 } 45 }, 46 "matrix_pins": { 47 "cols": ["F4", "F5", "D4", "D0"], 48 "rows": ["B1", "B4", "F6", "B6", "B2"] 49 }, 50 "diode_direction": "COL2ROW", 51 "development_board": "promicro", 52 "community_layouts": ["ortho_5x4"], 53 "layouts": { 54 "LAYOUT_ortho_5x4": { 55 "layout": [ 56 {"matrix": [0, 0], "x": 0, "y": 0}, 57 {"matrix": [0, 1], "x": 1, "y": 0}, 58 {"matrix": [0, 2], "x": 2, "y": 0}, 59 {"matrix": [0, 3], "x": 3, "y": 0}, 60 61 {"matrix": [1, 0], "x": 0, "y": 1}, 62 {"matrix": [1, 1], "x": 1, "y": 1}, 63 {"matrix": [1, 2], "x": 2, "y": 1}, 64 {"matrix": [1, 3], "x": 3, "y": 1}, 65 66 {"matrix": [2, 0], "x": 0, "y": 2}, 67 {"matrix": [2, 1], "x": 1, "y": 2}, 68 {"matrix": [2, 2], "x": 2, "y": 2}, 69 {"matrix": [2, 3], "x": 3, "y": 2}, 70 71 {"matrix": [3, 0], "x": 0, "y": 3}, 72 {"matrix": [3, 1], "x": 1, "y": 3}, 73 {"matrix": [3, 2], "x": 2, "y": 3}, 74 {"matrix": [3, 3], "x": 3, "y": 3}, 75 76 {"matrix": [4, 0], "x": 0, "y": 4}, 77 {"matrix": [4, 1], "x": 1, "y": 4}, 78 {"matrix": [4, 2], "x": 2, "y": 4}, 79 {"matrix": [4, 3], "x": 3, "y": 4} 80 ] 81 } 82 } 83 }