qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

info.json (2406B)


      1 {
      2     "manufacturer": "Yiancar-Designs",
      3     "maintainer": "yiancar",
      4     "usb": {
      5         "vid": "0x8968",
      6         "pid": "0x5338",
      7         "device_version": "0.0.1"
      8     },
      9     "ws2812": {
     10         "pin": "B7"
     11     },
     12     "rgb_matrix": {
     13         "animations": {
     14             "alphas_mods": true,
     15             "gradient_up_down": true,
     16             "gradient_left_right": true,
     17             "breathing": true,
     18             "band_sat": true,
     19             "band_val": true,
     20             "band_pinwheel_sat": true,
     21             "band_pinwheel_val": true,
     22             "band_spiral_sat": true,
     23             "band_spiral_val": true,
     24             "cycle_all": true,
     25             "cycle_left_right": true,
     26             "cycle_up_down": true,
     27             "rainbow_moving_chevron": true,
     28             "cycle_out_in": true,
     29             "cycle_out_in_dual": true,
     30             "cycle_pinwheel": true,
     31             "cycle_spiral": true,
     32             "dual_beacon": true,
     33             "rainbow_beacon": true,
     34             "rainbow_pinwheels": true,
     35             "raindrops": true,
     36             "jellybean_raindrops": true,
     37             "hue_breathing": true,
     38             "hue_pendulum": true,
     39             "hue_wave": true,
     40             "pixel_rain": true,
     41             "pixel_flow": true,
     42             "pixel_fractal": true,
     43             "typing_heatmap": true,
     44             "digital_rain": true,
     45             "solid_reactive_simple": true,
     46             "solid_reactive": true,
     47             "solid_reactive_wide": true,
     48             "solid_reactive_multiwide": true,
     49             "solid_reactive_cross": true,
     50             "solid_reactive_multicross": true,
     51             "solid_reactive_nexus": true,
     52             "solid_reactive_multinexus": true,
     53             "splash": true,
     54             "multisplash": true,
     55             "solid_splash": true,
     56             "solid_multisplash": true
     57         },
     58         "driver": "ws2812",
     59         "max_brightness": 130,
     60         "sleep": true
     61     },
     62     "build": {
     63         "lto": true
     64     },
     65     "features": {
     66         "bootmagic": true,
     67         "extrakey": true,
     68         "mousekey": true,
     69         "nkro": true,
     70         "rgb_matrix": true
     71     },
     72     "matrix_pins": {
     73         "cols": ["D0", "D1", "D2", "D3", "D5", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"],
     74         "rows": ["D4", "D6", "D7", "B4", "E6"]
     75     },
     76     "diode_direction": "COL2ROW",
     77     "processor": "atmega32u4",
     78     "bootloader": "atmel-dfu"
     79 }