qmk_firmware

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

info.json (793B)


      1 {
      2     "manufacturer": "Mechlovin Studio",
      3     "maintainer": "Mechlovin' Studio",
      4     "usb": {
      5         "vid": "0x4D4C",
      6         "device_version": "0.0.1"
      7     },
      8     "indicators": {
      9         "caps_lock": "C14",
     10         "num_lock": "C15"
     11     },
     12     "processor": "STM32F103",
     13     "bootloader": "stm32duino",
     14     "eeprom": {
     15         "wear_leveling": {
     16             "backing_size": 4096
     17         }
     18     },
     19     "rgblight": {
     20         "sleep": true,
     21         "animations": {
     22             "alternating": true,
     23             "breathing": true,
     24             "christmas": true,
     25             "knight": true,
     26             "rainbow_mood": true,
     27             "rainbow_swirl": true,
     28             "rgb_test": true,
     29             "snake": true,
     30             "static_gradient": true,
     31             "twinkle": true
     32         }
     33     }
     34 }