qmk_firmware

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

info.json (797B)


      1 {
      2     "manufacturer": "SakuraWorkshop",
      3     "maintainer": "Freather",
      4     "processor": "atmega32u4",
      5     "bootloader": "atmel-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "mousekey": true,
     10         "extrakey": true,
     11         "nkro": true,
     12         "rgblight": true
     13     },
     14     "rgblight": {
     15         "led_count": 1,
     16        "layers": {
     17              "enabled": true
     18         },
     19         "sleep": true,
     20         "animations": {
     21             "alternating": true,
     22             "breathing": true,
     23             "christmas": true,
     24             "knight": true,
     25             "rainbow_mood": true,
     26             "rainbow_swirl": true,
     27             "rgb_test": true,
     28             "snake": true,
     29             "static_gradient": true,
     30             "twinkle": true
     31         }
     32     }
     33 }