qmk_firmware

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

info.json (960B)


      1 {
      2     "keyboard_name": "Dimple",
      3     "manufacturer": "LazyDesigners",
      4     "url": "http://lazydesigners.cn",
      5     "maintainer": "Erovia",
      6     "usb": {
      7         "vid": "0x4C44",
      8         "pid": "0x0040",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "led_count": 50,
     13         "sleep": true,
     14         "animations": {
     15             "breathing": true,
     16             "rainbow_mood": true,
     17             "rainbow_swirl": true,
     18             "snake": true,
     19             "knight": true,
     20             "christmas": true,
     21             "static_gradient": true,
     22             "rgb_test": true,
     23             "alternating": true,
     24             "twinkle": true
     25         }
     26     },
     27     "ws2812": {
     28         "pin": "B7"
     29     },
     30     "matrix_pins": {
     31         "cols": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
     32         "rows": ["D0", "D1", "D2", "D3"]
     33     },
     34     "diode_direction": "COL2ROW",
     35     "processor": "atmega32u4",
     36     "bootloader": "atmel-dfu"
     37 }