qmk_firmware

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

info.json (776B)


      1 {
      2     "manufacturer": "Atelier_Haven",
      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     "ws2812": {
     15     "pin": "E6",
     16   },
     17     "rgblight": {
     18         "led_count": 21,
     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 }