qmk_firmware

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

info.json (1127B)


      1 {
      2     "keyboard_name": "Ploopy Adept Trackball",
      3     "url": "www.ploopy.co",
      4     "maintainer": "ploopyco",
      5     "manufacturer": "Ploopy Corporation",
      6     "processor": "RP2040",
      7     "bootloader": "rp2040",
      8     "usb": {
      9         "vid": "0x5043",
     10         "pid": "0x5C47",
     11         "max_power": 100
     12     },
     13     "features": {
     14         "bootmagic": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "nkro": true,
     18         "pointing_device": true
     19     },
     20     "layouts": {
     21         "LAYOUT": {
     22             "layout": [
     23                 {"matrix": [0, 1], "label":"Top Left Left", "x":0, "y":0, "h":2},
     24                 {"matrix": [0, 2], "label":"Top Left", "x":1.25, "y":0, "h":1.25},
     25                 {"matrix": [0, 3], "label":"Top Right", "x":2.5, "y":0, "h":1.25},
     26                 {"matrix": [0, 4], "label":"Top Right Right", "x":3.75, "y":0, "h":2},
     27                 {"matrix": [0, 0], "label":"Bottom Left", "x":0, "y":2.25, "w":1.75, "h":2},
     28                 {"matrix": [0, 5], "label":"Bottom Right", "x":3, "y":2.25, "w":1.75, "h":2}
     29             ]
     30         }
     31     },
     32     "dynamic_keymap": {
     33         "layer_count": 8
     34     }
     35 }