qmk_firmware

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

keyboard.json (543B)


      1 {
      2     "usb": {
      3         "pid": "0x10FF"
      4     },
      5     "features": {
      6         "rgblight": true
      7     },
      8     "rgblight": {
      9         "hue_steps": 32,
     10         "saturation_steps": 32,
     11         "brightness_steps": 32,
     12         "led_count": 26,
     13         "animations": {
     14             "breathing": true,
     15             "rainbow_mood": true,
     16             "rainbow_swirl": true,
     17             "christmas": true,
     18             "static_gradient": true,
     19             "rgb_test": true,
     20             "alternating": true
     21         }
     22     },
     23     "ws2812": {
     24         "pin": "E2"
     25     }
     26 }