qmk_firmware

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

keyboard.json (763B)


      1 {
      2     "manufacturer": "Syenasweta",
      3     "keyboard_name": "SyenaKeyboards Elaruus",
      4     "maintainer": "syenasweta",
      5     "bootloader": "rp2040",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true
     11     },
     12     "matrix_pins": {
     13         "cols": ["GP21", "GP19"],
     14         "rows": ["GP10"]
     15     },
     16     "processor": "RP2040",
     17     "url": "https://github.com/syenasweta/syenakeyboards",
     18     "usb": {
     19         "device_version": "1.0.0",
     20         "pid": "0x6172",
     21         "vid": "0x5373"
     22     },
     23     "layouts": {
     24         "LAYOUT_ortho_1x2": {
     25             "layout": [
     26                 {"matrix": [0, 0], "x": 0, "y": 0},
     27                 {"matrix": [0, 1], "x": 1, "y": 0}
     28             ]
     29         }
     30     }
     31 }