keyboard.json (2441B)
1 { 2 "keyboard_name": "Tap Duo", 3 "manufacturer": "Momokai", 4 "maintainer": "peepeetee", 5 "usb": { 6 "vid": "0x69F9", 7 "pid": "0x0005", 8 "device_version": "0.0.1" 9 }, 10 "ws2812": { 11 "pin": "F0" 12 }, 13 "rgb_matrix": { 14 "default": { 15 "animation": "solid_color", 16 "sat": 0, 17 "val": 200 18 }, 19 "animations": { 20 "gradient_left_right": true, 21 "breathing": true, 22 "band_sat": true, 23 "band_val": true, 24 "band_spiral_sat": true, 25 "band_spiral_val": true, 26 "cycle_all": true, 27 "cycle_left_right": true, 28 "cycle_up_down": true, 29 "rainbow_moving_chevron": true, 30 "cycle_out_in": true, 31 "cycle_pinwheel": true, 32 "cycle_spiral": true, 33 "rainbow_beacon": true, 34 "raindrops": true, 35 "pixel_fractal": true, 36 "typing_heatmap": true, 37 "solid_reactive": true, 38 "solid_reactive_multiwide": true, 39 "solid_reactive_nexus": true, 40 "solid_reactive_multinexus": true, 41 "splash": true, 42 "solid_splash": true 43 }, 44 "driver": "ws2812", 45 "layout": [ 46 {"matrix": [0, 0], "x": 112, "y": 0, "flags": 4}, 47 {"matrix": [0, 1], "x": 168, "y": 0, "flags": 4}, 48 {"x": 0, "y": 64, "flags": 2}, 49 {"x": 224, "y": 64, "flags": 2} 50 ], 51 "max_brightness": 200, 52 "sleep": true 53 }, 54 "build": { 55 "lto": true 56 }, 57 "features": { 58 "bootmagic": true, 59 "extrakey": true, 60 "mousekey": true, 61 "nkro": false, 62 "rgb_matrix": true 63 }, 64 "matrix_pins": { 65 "cols": ["E6", "B2", "D1", "D2", "D3"], 66 "rows": ["E0"] 67 }, 68 "diode_direction": "COL2ROW", 69 "processor": "atmega32u4", 70 "bootloader": "atmel-dfu", 71 "bootmagic": { 72 "matrix": [0, 3] 73 }, 74 "layouts": { 75 "LAYOUT": { 76 "layout": [ 77 {"matrix": [0, 0], "x": 0, "y": 0}, 78 {"matrix": [0, 1], "x": 1, "y": 0}, 79 80 {"matrix": [0, 2], "x": 0.5, "y": 1.25, "w": 0.5, "h": 0.5}, 81 {"matrix": [0, 3], "x": 1, "y": 1.25, "w": 0.5, "h": 0.5}, 82 {"matrix": [0, 4], "x": 1.5, "y": 1.25, "w": 0.5, "h": 0.5} 83 ] 84 } 85 } 86 }