qmk_firmware

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

keyboard.json (668B)


      1 {
      2     "usb": {
      3         "device_version": "0.0.2"
      4     },
      5     "matrix_pins": {
      6         "cols": ["B14", "B13", "B12", "B0", "A7"],
      7         "rows": ["B3", "B4", "B9", "B8"]
      8     },
      9     "encoder": {
     10         "rotary": [
     11             {"pin_a": "B5", "pin_b": "B6"},
     12             {"pin_a": "A1", "pin_b": "A2"},
     13             {"pin_a": "A3", "pin_b": "A4"}
     14         ]
     15     },
     16     "ws2812": {
     17         "pin": "A10"
     18     },
     19     "processor": "STM32F103",
     20     "bootloader": "stm32duino",
     21     "features": {
     22         "bootmagic": true,
     23         "mousekey": true,
     24         "extrakey": true,
     25         "nkro": true,
     26         "oled": true,
     27         "rgb_matrix": true,
     28         "encoder": true
     29     }
     30 }