keyboard.json (1647B)
1 { 2 "usb": { 3 "pid": "0x1321", 4 "device_version": "2.1.0" 5 }, 6 "rgb_matrix": { 7 "animations": { 8 "alphas_mods": true, 9 "gradient_left_right": true, 10 "breathing": true, 11 "band_val": true, 12 "band_pinwheel_val": true, 13 "band_spiral_val": true, 14 "cycle_all": true, 15 "cycle_left_right": true, 16 "cycle_up_down": true, 17 "rainbow_moving_chevron": true, 18 "cycle_out_in": true, 19 "cycle_out_in_dual": true, 20 "cycle_pinwheel": true, 21 "cycle_spiral": true, 22 "dual_beacon": true, 23 "rainbow_beacon": true, 24 "rainbow_pinwheels": true, 25 "raindrops": true, 26 "jellybean_raindrops": true, 27 "hue_breathing": true, 28 "hue_pendulum": true, 29 "hue_wave": true, 30 "pixel_fractal": true, 31 "typing_heatmap": true, 32 "solid_reactive_simple": true, 33 "solid_reactive": true, 34 "solid_splash": true 35 }, 36 "driver": "is31fl3733", 37 "sleep": true 38 }, 39 "matrix_pins": { 40 "cols": ["C7", "F7", "F6", "F0", "B0", "B1", "B4", "D7", "D6", "D4", "D5", "D3", "D2", "B7"], 41 "rows": ["F5", "F4", "F1", "B3", "B2"] 42 }, 43 "diode_direction": "COL2ROW", 44 "processor": "atmega32u4", 45 "bootloader": "lufa-ms", 46 "features": { 47 "bootmagic": true, 48 "mousekey": true, 49 "extrakey": true, 50 "nkro": true, 51 "rgb_matrix": true 52 }, 53 "build": { 54 "lto": true 55 }, 56 "debounce": 3 57 }