qmk_firmware

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

info.json (1259B)


      1 {
      2     "manufacturer": "CannonKeys",
      3     "maintainer": "awkannan",
      4     "bootloader": "stm32-dfu",
      5     "diode_direction": "COL2ROW",
      6     "features": {
      7         "bootmagic": true,
      8         "command": true,
      9         "console": true,
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": true,
     13         "rgblight": true
     14     },
     15     "matrix_pins": {
     16         "cols": ["B0", "C15", "C14", "A7", "A5", "C13", "A4", "A2", "A1", "A0", "B9", "B8", "B7", "A3", "B6", "B4", "B3", "A15"],
     17         "rows": ["B11", "B10", "B2", "F0", "B5"]
     18     },
     19     "processor": "STM32F072",
     20     "qmk": {
     21         "locking": {
     22             "enabled": true,
     23             "resync": true
     24         }
     25     },
     26     "rgblight": {
     27         "animations": {
     28             "alternating": true,
     29             "breathing": true,
     30             "christmas": true,
     31             "knight": true,
     32             "rainbow_mood": true,
     33             "rainbow_swirl": true,
     34             "rgb_test": true,
     35             "snake": true,
     36             "static_gradient": true,
     37             "twinkle": true
     38         },
     39         "led_count": 4
     40     },
     41     "url": "https://cannonkeys.com",
     42     "usb": {
     43         "device_version": "0.0.1",
     44         "vid": "0xCA04"
     45     },
     46     "ws2812": {
     47         "driver": "spi",
     48         "pin": "B15"
     49     }
     50 }