qmk_firmware

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

keyboard.json (535B)


      1 {
      2     "features": {
      3         "joystick": true,
      4         "pointing_device": true
      5     },
      6     "joystick": {
      7         "driver": "analog",
      8         "axes": {
      9             "x": {
     10                 "high": 938,
     11                 "input_pin": "GP27",
     12                 "low": 25,
     13                 "rest": 501
     14             },
     15             "y": {
     16                 "high": 942,
     17                 "input_pin": "GP28",
     18                 "low": 58,
     19                 "rest": 474
     20             }
     21         },
     22         "axis_resolution": 10,
     23         "button_count": 32
     24     }
     25 }