qmk_firmware

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

keyboard.json (494B)


      1 {
      2     "features": {
      3         "bootmagic": false,
      4         "encoder": true,
      5         "extrakey": true,
      6         "mousekey": true,
      7         "nkro": false
      8     },
      9     "encoder": {
     10         "rotary": [
     11             {"pin_a": "GP24", "pin_b": "GP25"}
     12         ]
     13     },
     14     "qmk": {
     15         "tap_keycode_delay": 10
     16     },
     17     "processor": "RP2040",
     18     "bootloader": "rp2040",
     19     "matrix_pins": {
     20         "direct": [
     21             ["GP6", "GP8", "GP10"],
     22             ["GP29", "GP28", "GP22"]
     23         ]
     24     }
     25 }