qmk_firmware

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

keyboard.json (719B)


      1 {
      2     "manufacturer": "Atset",
      3     "keyboard_name": "AT2",
      4     "maintainer": "qmk",
      5     "board": "GENERIC_RP_RP2040",
      6     "processor": "RP2040",
      7     "bootloader": "rp2040",
      8     "diode_direction": "COL2ROW",
      9     "usb": {
     10         "vid": "0x4141",
     11         "pid": "0x6174",
     12         "device_version": "1.0.0"
     13     },
     14     "features": {
     15         "bootmagic": true,
     16         "extrakey": true,
     17         "mousekey": true,
     18         "nkro": true
     19     },
     20     "matrix_pins": {
     21         "cols": ["GP19", "GP20"],
     22         "rows": ["GP28"]
     23     },
     24     "layouts": {
     25         "LAYOUT": {
     26             "layout": [
     27                 {"matrix": [0, 0], "x": 0, "y": 0},
     28                 {"matrix": [0, 1], "x": 1, "y": 0}
     29             ]
     30         }
     31     }
     32 }