qmk_firmware

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

info.json (493B)


      1 {
      2     "matrix_pins": {
      3         "cols": ["C13", "B9", "B4", "B7", "B8", "B5", "B6", "A9", "A5", "A6", "A7", "B1", "B2", "B10", "B3", "B14", "B15"],
      4         "rows": ["A10", "B13", "B12", "B11", "C14", "C15"]
      5     },
      6     "diode_direction": "COL2ROW",
      7     "backlight": {
      8         "pin": "B0",
      9         "breathing": true
     10     },
     11     "indicators": {
     12         "caps_lock": "A4",
     13         "scroll_lock": "A8"
     14     },
     15     "processor": "STM32F303",
     16     "bootloader": "stm32-dfu",
     17     "board": "QMK_PROTON_C"
     18 }