qmk_firmware

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

info.json (848B)


      1 {
      2     "keyboard_name": "Bloomer",
      3     "manufacturer": "CozyKeys",
      4     "url": "https://github.com/cozykeys/bloomer",
      5     "maintainer": "pcewing",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x1191"
      9     },
     10     "qmk": {
     11         "locking": {
     12             "enabled": true,
     13             "resync": true
     14         }
     15     },
     16     "rgblight": {
     17         "saturation_steps": 8,
     18         "brightness_steps": 8,
     19         "led_count": 12,
     20         "sleep": true,
     21         "animations": {
     22             "breathing": true,
     23             "rainbow_mood": true,
     24             "rainbow_swirl": true,
     25             "snake": true,
     26             "knight": true,
     27             "christmas": true,
     28             "static_gradient": true,
     29             "rgb_test": true,
     30             "alternating": true,
     31             "twinkle": true
     32         }
     33     },
     34     "ws2812": {
     35         "pin": "D7"
     36     }
     37 }