| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "manufacturer": "mawaeg",
- "keyboard_name": "Sharkropad",
- "maintainer": "mawaeg",
- "bootloader": "stm32-dfu",
- "bootmagic": {
- "matrix": [0, 3]
- },
- "diode_direction": "COL2ROW",
- "encoder": {
- "rotary": [
- {"pin_a": "A0", "pin_b": "A1"}
- ]
- },
- "features": {
- "bootmagic": true,
- "encoder": true,
- "extrakey": true,
- "nkro": true,
- "oled": true,
- "rgb_matrix": true
- },
- "matrix_pins": {
- "cols": ["B1", "B0", "A4", "A2"],
- "rows": ["A3", "A7", "A6", "A5"]
- },
- "processor": "STM32L432",
- "rgb_matrix": {
- "animations": {
- "alphas_mods": true,
- "band_pinwheel_sat": true,
- "band_pinwheel_val": true,
- "band_sat": true,
- "band_spiral_sat": true,
- "band_spiral_val": true,
- "band_val": true,
- "breathing": true,
- "cycle_all": true,
- "cycle_left_right": true,
- "cycle_out_in": true,
- "cycle_out_in_dual": true,
- "cycle_pinwheel": true,
- "cycle_spiral": true,
- "cycle_up_down": true,
- "digital_rain": true,
- "dual_beacon": true,
- "flower_blooming": true,
- "gradient_left_right": true,
- "gradient_up_down": true,
- "hue_breathing": true,
- "hue_pendulum": true,
- "hue_wave": true,
- "jellybean_raindrops": true,
- "multisplash": true,
- "pixel_flow": true,
- "pixel_fractal": true,
- "pixel_rain": true,
- "rainbow_beacon": true,
- "rainbow_moving_chevron": true,
- "rainbow_pinwheels": true,
- "raindrops": true,
- "riverflow": true,
- "solid_multisplash": true,
- "solid_reactive": true,
- "solid_reactive_cross": true,
- "solid_reactive_multicross": true,
- "solid_reactive_multinexus": true,
- "solid_reactive_multiwide": true,
- "solid_reactive_nexus": true,
- "solid_reactive_simple": true,
- "solid_reactive_wide": true,
- "solid_splash": true,
- "splash": true,
- "starlight": true,
- "starlight_dual_hue": true,
- "starlight_dual_sat": true,
- "typing_heatmap": true
- },
- "default": {
- "animation": "cycle_up_down"
- },
- "driver": "ws2812",
- "layout": [
- {"matrix": [1, 0], "x": 189, "y": 27, "flags": 4},
- {"matrix": [1, 1], "x": 137, "y": 27, "flags": 4},
- {"matrix": [1, 2], "x": 86, "y": 27, "flags": 4},
- {"matrix": [1, 3], "x": 35, "y": 27, "flags": 4},
- {"matrix": [2, 0], "x": 189, "y": 41, "flags": 4},
- {"matrix": [2, 1], "x": 137, "y": 41, "flags": 4},
- {"matrix": [2, 2], "x": 86, "y": 41, "flags": 4},
- {"matrix": [2, 3], "x": 35, "y": 41, "flags": 4},
- {"matrix": [3, 0], "x": 189, "y": 55, "flags": 4},
- {"matrix": [3, 1], "x": 137, "y": 55, "flags": 4},
- {"matrix": [3, 2], "x": 86, "y": 55, "flags": 4},
- {"matrix": [3, 3], "x": 35, "y": 55, "flags": 4},
- {"x": 76, "y": 3, "flags": 2},
- {"x": 148, "y": 3, "flags": 2},
- {"x": 216, "y": 17, "flags": 2},
- {"x": 216, "y": 45, "flags": 2},
- {"x": 224, "y": 61, "flags": 2},
- {"x": 60, "y": 61, "flags": 2},
- {"x": 8, "y": 45, "flags": 2},
- {"x": 8, "y": 17, "flags": 2}
- ],
- "max_brightness": 180
- },
- "url": "https://github.com/mawaeg/sharkropad",
- "usb": {
- "device_version": "1.0.0",
- "pid": "0xAFFE",
- "vid": "0x6D73"
- },
- "ws2812": {
- "driver": "pwm",
- "pin": "B3"
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 3], "x": 3, "y": 0},
- {"matrix": [1, 0], "x": 0, "y": 1},
- {"matrix": [1, 1], "x": 1, "y": 1},
- {"matrix": [1, 2], "x": 2, "y": 1},
- {"matrix": [1, 3], "x": 3, "y": 1},
- {"matrix": [2, 0], "x": 0, "y": 2},
- {"matrix": [2, 1], "x": 1, "y": 2},
- {"matrix": [2, 2], "x": 2, "y": 2},
- {"matrix": [2, 3], "x": 3, "y": 2},
- {"matrix": [3, 0], "x": 0, "y": 3},
- {"matrix": [3, 1], "x": 1, "y": 3},
- {"matrix": [3, 2], "x": 2, "y": 3},
- {"matrix": [3, 3], "x": 3, "y": 3}
- ]
- }
- }
- }
|