keyboard.json (2513B)
1 { 2 "keyboard_name": "Tap Trio", 3 "manufacturer": "Momokai", 4 "maintainer": "peepeetee", 5 "usb": { 6 "vid": "0x69F9", 7 "pid": "0x0006", 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_up_down": true, 21 "gradient_left_right": true, 22 "breathing": true, 23 "band_sat": true, 24 "band_val": true, 25 "cycle_all": true, 26 "cycle_left_right": true, 27 "cycle_up_down": true, 28 "rainbow_moving_chevron": true, 29 "cycle_out_in": true, 30 "cycle_out_in_dual": true, 31 "dual_beacon": true, 32 "rainbow_beacon": true, 33 "raindrops": true, 34 "pixel_fractal": true, 35 "typing_heatmap": true, 36 "solid_reactive": true, 37 "solid_reactive_multiwide": true, 38 "solid_reactive_multinexus": true, 39 "splash": true, 40 "multisplash": true, 41 "solid_splash": true, 42 "solid_multisplash": true 43 }, 44 "driver": "ws2812", 45 "layout": [ 46 {"matrix": [0, 0], "x": 56, "y": 0, "flags": 4}, 47 {"matrix": [0, 1], "x": 112, "y": 0, "flags": 4}, 48 {"matrix": [0, 2], "x": 168, "y": 0, "flags": 4}, 49 {"x": 0, "y": 64, "flags": 2}, 50 {"x": 224, "y": 64, "flags": 2} 51 ], 52 "max_brightness": 200, 53 "sleep": true 54 }, 55 "build": { 56 "lto": true 57 }, 58 "features": { 59 "bootmagic": true, 60 "extrakey": true, 61 "mousekey": true, 62 "nkro": false, 63 "rgb_matrix": true 64 }, 65 "matrix_pins": { 66 "cols": ["E6", "B2", "B7", "D1", "D2", "D3"], 67 "rows": ["E0"] 68 }, 69 "diode_direction": "COL2ROW", 70 "processor": "atmega32u4", 71 "bootloader": "atmel-dfu", 72 "layouts": { 73 "LAYOUT": { 74 "layout": [ 75 {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5, "h": 1.5}, 76 {"matrix": [0, 1], "x": 2.25, "y": 0, "w": 1.5, "h": 1.5}, 77 {"matrix": [0, 2], "x": 4.5, "y": 0, "w": 1.5, "h": 1.5}, 78 79 {"matrix": [0, 3], "x": 2.25, "y": 2.5}, 80 {"matrix": [0, 4], "x": 3.75, "y": 2.5}, 81 {"matrix": [0, 5], "x": 5.25, "y": 2.5} 82 ] 83 } 84 } 85 }