qmk_firmware

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

keyboard.json (388B)


      1 {
      2     "keyboard_name": "Plaid-Pad Rev1",
      3     "usb": {
      4         "device_version": "0.0.1"
      5     },
      6     "encoder": {
      7         "rotary": [
      8             {"pin_a": "D1", "pin_b": "D0"},
      9             {"pin_a": "B2", "pin_b": "B1"}
     10         ]
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false,
     17         "encoder": true
     18     }
     19 }