qmk_firmware

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

keyboard.json (3995B)


      1 {
      2     "usb": {
      3         "pid": "0xDEF2",
      4         "device_version": "0.0.1"
      5     },
      6     "features": {
      7         "bootmagic": true,
      8         "mousekey": true,
      9         "extrakey": true,
     10         "nkro": true,
     11         "rgb_matrix": true
     12     },
     13     "rgblight": {
     14         "saturation_steps": 8,
     15         "brightness_steps": 8,
     16         "led_count": 13,
     17         "sleep": true,
     18         "animations": {
     19             "breathing": true,
     20             "rainbow_mood": true,
     21             "rainbow_swirl": true,
     22             "snake": true,
     23             "knight": true,
     24             "christmas": true,
     25             "static_gradient": true,
     26             "alternating": true,
     27             "twinkle": true
     28         }
     29     },
     30     "ws2812": {
     31         "pin": "E2"
     32     },
     33     "rgb_matrix": {
     34         "animations": {
     35             "alphas_mods": true,
     36             "gradient_up_down": true,
     37             "gradient_left_right": true,
     38             "breathing": true,
     39             "band_sat": true,
     40             "band_val": true,
     41             "band_pinwheel_sat": true,
     42             "band_pinwheel_val": true,
     43             "band_spiral_sat": true,
     44             "band_spiral_val": true,
     45             "cycle_all": true,
     46             "cycle_left_right": true,
     47             "cycle_up_down": true,
     48             "rainbow_moving_chevron": true,
     49             "cycle_out_in": true,
     50             "cycle_out_in_dual": true,
     51             "cycle_pinwheel": true,
     52             "cycle_spiral": true,
     53             "dual_beacon": true,
     54             "rainbow_beacon": true,
     55             "rainbow_pinwheels": true,
     56             "raindrops": true,
     57             "jellybean_raindrops": true,
     58             "hue_breathing": true,
     59             "hue_pendulum": true,
     60             "hue_wave": true,
     61             "pixel_rain": true,
     62             "pixel_flow": true,
     63             "pixel_fractal": true,
     64             "solid_reactive_simple": true,
     65             "solid_reactive": true,
     66             "solid_reactive_wide": true,
     67             "solid_reactive_multiwide": true,
     68             "solid_reactive_cross": true,
     69             "solid_reactive_multicross": true,
     70             "solid_reactive_nexus": true,
     71             "solid_reactive_multinexus": true,
     72             "splash": true,
     73             "multisplash": true,
     74             "solid_splash": true,
     75             "solid_multisplash": true
     76         },
     77         "default": {
     78             "animation": "cycle_pinwheel"
     79         },
     80         "driver": "is31fl3731",
     81         "layout": [
     82             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     83             {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4},
     84             {"matrix": [0, 2], "x": 149, "y": 0, "flags": 4},
     85             {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4},
     86             {"matrix": [1, 0], "x": 0, "y": 13, "flags": 4},
     87             {"matrix": [1, 1], "x": 75, "y": 13, "flags": 1},
     88             {"matrix": [1, 2], "x": 149, "y": 13, "flags": 1},
     89             {"matrix": [1, 3], "x": 224, "y": 13, "flags": 4},
     90             {"matrix": [2, 0], "x": 0, "y": 25, "flags": 4},
     91             {"matrix": [2, 1], "x": 75, "y": 25, "flags": 1},
     92             {"matrix": [2, 2], "x": 149, "y": 25, "flags": 1},
     93             {"matrix": [2, 3], "x": 224, "y": 25, "flags": 4},
     94             {"matrix": [3, 0], "x": 0, "y": 38, "flags": 4},
     95             {"matrix": [3, 1], "x": 75, "y": 38, "flags": 1},
     96             {"matrix": [3, 2], "x": 149, "y": 38, "flags": 1},
     97             {"matrix": [3, 3], "x": 224, "y": 38, "flags": 4},
     98             {"matrix": [4, 0], "x": 0, "y": 51, "flags": 4},
     99             {"matrix": [4, 1], "x": 75, "y": 51, "flags": 1},
    100             {"matrix": [4, 2], "x": 149, "y": 51, "flags": 1},
    101             {"matrix": [4, 3], "x": 224, "y": 51, "flags": 4},
    102             {"matrix": [5, 0], "x": 0, "y": 64, "flags": 4},
    103             {"x": 37, "y": 64, "flags": 0},
    104             {"matrix": [5, 1], "x": 75, "y": 64, "flags": 1},
    105             {"matrix": [5, 2], "x": 149, "y": 64, "flags": 1},
    106             {"matrix": [5, 3], "x": 224, "y": 64, "flags": 4}
    107         ],
    108         "react_on_keyup": true
    109     }
    110 }