keyboard.json (2856B)
1 { 2 "keyboard_name": "2key2", 3 "manufacturer": "3-Key-Ecosystem", 4 "url": "https://github.com/softplus/3keyecosystem/tree/main/2key2", 5 "maintainer": "softplus", 6 "usb": { 7 "vid": "0x1209", 8 "pid": "0x3304", 9 "device_version": "0.0.1" 10 }, 11 "rgb_matrix": { 12 "animations": { 13 "alphas_mods": true, 14 "gradient_up_down": true, 15 "gradient_left_right": true, 16 "breathing": true, 17 "band_sat": true, 18 "band_val": true, 19 "band_pinwheel_sat": true, 20 "band_pinwheel_val": true, 21 "band_spiral_sat": true, 22 "band_spiral_val": true, 23 "cycle_all": true, 24 "cycle_left_right": true, 25 "cycle_up_down": true, 26 "rainbow_moving_chevron": true, 27 "cycle_out_in": true, 28 "cycle_out_in_dual": true, 29 "cycle_pinwheel": true, 30 "cycle_spiral": true, 31 "dual_beacon": true, 32 "rainbow_beacon": true, 33 "rainbow_pinwheels": true, 34 "raindrops": true, 35 "jellybean_raindrops": true, 36 "hue_breathing": true, 37 "hue_pendulum": true, 38 "hue_wave": true, 39 "pixel_fractal": true, 40 "pixel_rain": true, 41 "typing_heatmap": true, 42 "digital_rain": true, 43 "solid_reactive_simple": true, 44 "solid_reactive": true, 45 "solid_reactive_wide": true, 46 "solid_reactive_multiwide": true, 47 "solid_reactive_cross": true, 48 "solid_reactive_multicross": true, 49 "solid_reactive_nexus": true, 50 "solid_reactive_multinexus": true, 51 "splash": true, 52 "multisplash": true, 53 "solid_splash": true, 54 "solid_multisplash": true 55 }, 56 "default": { 57 "animation": "solid_reactive", 58 "hue": 90, 59 "speed": 20, 60 "val": 128 61 }, 62 "driver": "ws2812", 63 "layout": [ 64 {"matrix": [0, 0], "x": 0, "y": 32, "flags": 255}, 65 {"matrix": [0, 1], "x": 224, "y": 32, "flags": 255} 66 ], 67 "sleep": true 68 }, 69 70 "features": { 71 "bootmagic": true, 72 "extrakey": true, 73 "mousekey": false, 74 "nkro": false, 75 "rgb_matrix": true 76 }, 77 "matrix_pins": { 78 "cols": ["F4", "D7"], 79 "rows": ["F6"] 80 }, 81 "diode_direction": "COL2ROW", 82 "indicators": { 83 "caps_lock": "B7" 84 }, 85 "ws2812": { 86 "pin": "B2" 87 }, 88 "processor": "atmega32u4", 89 "bootloader": "caterina", 90 "layouts": { 91 "LAYOUT": { 92 "layout": [ 93 {"matrix": [0, 0], "x": 0, "y": 0}, 94 {"matrix": [0, 1], "x": 1, "y": 0} 95 ] 96 } 97 } 98 }