qmk_firmware

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

keyboard.json (2283B)


      1 {
      2     "usb": {
      3         "pid": "0x1320",
      4         "device_version": "1.0.0"
      5     },
      6     "rgb_matrix": {
      7         "animations": {
      8             "alphas_mods": true,
      9             "gradient_up_down": true,
     10             "gradient_left_right": true,
     11             "breathing": true,
     12             "band_sat": true,
     13             "band_val": true,
     14             "band_pinwheel_sat": true,
     15             "band_pinwheel_val": true,
     16             "band_spiral_sat": true,
     17             "band_spiral_val": true,
     18             "cycle_all": true,
     19             "cycle_left_right": true,
     20             "cycle_up_down": true,
     21             "rainbow_moving_chevron": true,
     22             "cycle_out_in": true,
     23             "cycle_out_in_dual": true,
     24             "cycle_pinwheel": true,
     25             "cycle_spiral": true,
     26             "dual_beacon": true,
     27             "rainbow_beacon": true,
     28             "rainbow_pinwheels": true,
     29             "raindrops": true,
     30             "jellybean_raindrops": true,
     31             "hue_breathing": true,
     32             "hue_pendulum": true,
     33             "hue_wave": true,
     34             "pixel_rain": true,
     35             "pixel_flow": true,
     36             "pixel_fractal": true,
     37             "typing_heatmap": true,
     38             "digital_rain": true,
     39             "solid_reactive_simple": true,
     40             "solid_reactive": true,
     41             "solid_reactive_wide": true,
     42             "solid_reactive_multiwide": true,
     43             "solid_reactive_cross": true,
     44             "solid_reactive_multicross": true,
     45             "solid_reactive_nexus": true,
     46             "solid_reactive_multinexus": true,
     47             "solid_splash": true
     48         },
     49         "default": {
     50             "animation": "cycle_all"
     51         },
     52         "driver": "is31fl3733",
     53         "led_process_limit": 4,
     54         "led_flush_limit": 26,
     55         "sleep": true
     56     },
     57     "matrix_pins": {
     58         "cols": ["A6", "A7", "B0", "B13", "B15", "A8", "A15", "B3", "B4", "B5", "B8", "B9", "C13", "C14"],
     59         "rows": ["B1", "B10", "B11", "B14", "B12"]
     60     },
     61     "diode_direction": "COL2ROW",
     62     "processor": "STM32F303",
     63     "bootloader": "stm32-dfu",
     64     "features": {
     65         "bootmagic": true,
     66         "mousekey": true,
     67         "extrakey": true,
     68         "nkro": true,
     69         "rgb_matrix": true
     70     },
     71     "board": "QMK_PROTON_C",
     72     "debounce": 3
     73 }