qmk_firmware

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

keyboard.json (681B)


      1 {
      2     "keyboard_name": "ABall",
      3     "manufacturer": "Richard Sutherland",
      4     "url": "https://github.com/brickbots/aball/",
      5     "maintainer": "@brickbots",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0xC2F0",
      9         "device_version": "0.0.1"
     10     },
     11     "processor": "atmega32u4",
     12     "bootloader": "atmel-dfu",
     13     "features": {
     14         "bootmagic": false,
     15         "mousekey": true,
     16         "extrakey": false,
     17         "pointing_device": true
     18     },
     19     "matrix_pins": {
     20         "direct": [
     21             [null]
     22         ]
     23     },
     24     "layouts": {
     25         "LAYOUT": {
     26             "layout": [
     27                 {"x": 0, "y": 0, "matrix": [0, 0]}
     28             ]
     29         }
     30     }
     31 }