qmk_firmware

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

keyboard.json (376B)


      1 {
      2     "bootloader": "stm32duino",
      3     "processor": "STM32F103",
      4     "diode_direction": "COL2ROW",
      5     "usb": {
      6         "pid": "0x4241",
      7         "device_version": "2.0.0"
      8     },
      9     "matrix_pins": {
     10         "cols": ["A15"],
     11         "rows": ["A8"]
     12     },
     13     "encoder": {
     14         "enabled": true,
     15         "rotary": [
     16             {"pin_a": "B3", "pin_b": "B4"}
     17         ]
     18     }
     19 }