qmk_firmware

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

keyboard.json (1235B)


      1 {
      2     "manufacturer": "PHDesign",
      3     "keyboard_name": "phac",
      4     "maintainer": "nonameCCC",
      5     "bootloader": "rp2040",
      6     "encoder": {
      7         "rotary": [
      8             {"pin_a": "GP7", "pin_b": "GP8", "resolution": 1},
      9             {"pin_a": "GP10", "pin_b": "GP9", "resolution": 1}
     10         ]
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "encoder": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "nkro": true
     18     },
     19     "matrix_pins": {
     20         "direct": [
     21             ["GP1", "GP6", "GP5", "GP4", "GP3", "GP2", "GP0"]
     22         ]
     23     },
     24     "processor": "RP2040",
     25     "usb": {
     26         "device_version": "2.2.0",
     27         "pid": "0x0001",
     28         "vid": "0x5048"
     29     },
     30     "layouts": {
     31         "LAYOUT": {
     32             "layout": [
     33                 {"matrix": [0, 0], "x": 2.5, "y": 0},
     34                 {"matrix": [0, 1], "x": 0, "y": 1, "w": 1.5},
     35                 {"matrix": [0, 2], "x": 1.5, "y": 1, "w": 1.5},
     36                 {"matrix": [0, 3], "x": 3, "y": 1, "w": 1.5},
     37                 {"matrix": [0, 4], "x": 4.5, "y": 1, "w": 1.5},
     38                 {"matrix": [0, 5], "x": 0.375, "y": 2, "w": 2.25},
     39                 {"matrix": [0, 6], "x": 3.375, "y": 2, "w": 2.25}
     40             ]
     41         }
     42     }
     43 }