qmk_firmware

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

info.json (2058B)


      1 {
      2     "indicators": {
      3         "caps_lock": "C4",
      4         "scroll_lock": "A8",
      5         "on_state": 0
      6     },
      7     "rgb_matrix": {
      8         "animations": {
      9             "alphas_mods": true,
     10             "gradient_up_down": true,
     11             "gradient_left_right": true,
     12             "breathing": true,
     13             "band_sat": true,
     14             "band_val": true,
     15             "band_pinwheel_sat": true,
     16             "band_pinwheel_val": true,
     17             "band_spiral_sat": true,
     18             "band_spiral_val": true,
     19             "cycle_all": true,
     20             "cycle_left_right": true,
     21             "cycle_up_down": true,
     22             "rainbow_moving_chevron": true,
     23             "cycle_out_in": true,
     24             "cycle_out_in_dual": true,
     25             "cycle_pinwheel": true,
     26             "cycle_spiral": true,
     27             "dual_beacon": true,
     28             "rainbow_beacon": true,
     29             "rainbow_pinwheels": true,
     30             "raindrops": true,
     31             "jellybean_raindrops": true,
     32             "pixel_rain": true,
     33             "pixel_flow": true,
     34             "pixel_fractal": true,
     35             "typing_heatmap": true,
     36             "digital_rain": true,
     37             "solid_reactive_simple": true,
     38             "solid_reactive": true,
     39             "solid_reactive_wide": true,
     40             "solid_reactive_multiwide": true,
     41             "solid_reactive_cross": true,
     42             "solid_reactive_multicross": true,
     43             "solid_reactive_nexus": true,
     44             "solid_reactive_multinexus": true,
     45             "splash": true,
     46             "multisplash": true,
     47             "solid_splash": true,
     48             "solid_multisplash": true
     49         },
     50         "driver": "is31fl3733",
     51         "led_process_limit": 4,
     52         "led_flush_limit": 26,
     53         "sleep": true
     54     },
     55     "processor": "STM32F072", // F070
     56     "bootloader": "stm32-dfu",
     57     "features": {
     58         "bootmagic": true,
     59         "mousekey": false,
     60         "extrakey": true,
     61         "nkro": true,
     62         "rgb_matrix": true
     63     },
     64     "build": {
     65         "lto": true
     66     },
     67     "board": "DURGOD_STM32_F070"
     68 }