qmk_firmware

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

keyboard.json (2197B)


      1 {
      2   "keyboard_name": "Deck-8 RGB",
      3   "usb": {
      4     "pid": "0xC101"
      5   },
      6   "ws2812": {
      7     "pin": "GP17",
      8     "driver": "vendor"
      9   },
     10   "features": {
     11     "rgb_matrix": true
     12   },
     13   "rgb_matrix": {
     14     "animations": {
     15       "alphas_mods": true,
     16       "gradient_up_down": true,
     17       "gradient_left_right": true,
     18       "breathing": true,
     19       "band_sat": true,
     20       "band_val": true,
     21       "band_pinwheel_sat": true,
     22       "band_pinwheel_val": true,
     23       "band_spiral_sat": true,
     24       "band_spiral_val": true,
     25       "cycle_all": true,
     26       "cycle_left_right": true,
     27       "cycle_up_down": true,
     28       "rainbow_moving_chevron": true,
     29       "cycle_out_in": true,
     30       "cycle_out_in_dual": true,
     31       "cycle_pinwheel": true,
     32       "cycle_spiral": true,
     33       "dual_beacon": true,
     34       "rainbow_beacon": true,
     35       "rainbow_pinwheels": true,
     36       "raindrops": true,
     37       "jellybean_raindrops": true,
     38       "hue_breathing": true,
     39       "hue_pendulum": true,
     40       "hue_wave": true,
     41       "pixel_rain": true,
     42       "pixel_flow": true,
     43       "pixel_fractal": true,
     44       "typing_heatmap": true,
     45       "digital_rain": true,
     46       "solid_reactive_simple": true,
     47       "solid_reactive": true,
     48       "solid_reactive_wide": true,
     49       "solid_reactive_multiwide": true,
     50       "solid_reactive_cross": true,
     51       "solid_reactive_multicross": true,
     52       "solid_reactive_nexus": true,
     53       "solid_reactive_multinexus": true,
     54       "splash": true,
     55       "multisplash": true,
     56       "solid_splash": true,
     57       "solid_multisplash": true
     58     },
     59     "default": {
     60       "animation": "solid_color",
     61       "hue": 152,
     62       "sat": 232,
     63       "val": 180
     64     },
     65     "driver": "ws2812",
     66     "max_brightness": 200,
     67     "layout": [
     68       {"flags": 4, "matrix": [0, 0], "x":  45, "y": 21},
     69       {"flags": 4, "matrix": [0, 1], "x":  90, "y": 21},
     70       {"flags": 4, "matrix": [0, 2], "x": 135, "y": 21},
     71       {"flags": 4, "matrix": [0, 3], "x": 180, "y": 21},
     72       {"flags": 4, "matrix": [1, 0], "x":  45, "y": 42},
     73       {"flags": 4, "matrix": [1, 1], "x":  90, "y": 42},
     74       {"flags": 4, "matrix": [1, 2], "x": 135, "y": 42},
     75       {"flags": 4, "matrix": [1, 3], "x": 180, "y": 42}
     76     ],
     77     "sleep": true
     78   }
     79 }