qmk_firmware

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

info.json (465B)


      1 {
      2     "backlight": {
      3         "pin": "B8",
      4         "breathing": true
      5     },
      6     "matrix_pins": {
      7         "cols": ["B11", "B10", "B2", "B1", "B0", "A7", "A6", "A0", "C15", "B4", "B5", "B3", "C13", "C14", "A13"],
      8         "rows": ["A4", "A5", "A3", "A2", "A1"]
      9     },
     10     "diode_direction": "COL2ROW",
     11     "indicators": {
     12         "caps_lock": "B9",
     13         "on_state": 0
     14     },
     15     "processor": "STM32F303",
     16     "bootloader": "stm32-dfu",
     17     "board": "QMK_PROTON_C"
     18 }