qmk_firmware

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

keyboard.json (1123B)


      1 {
      2     "manufacturer": "binepad",
      3     "keyboard_name": "PIXIE",
      4     "url": "http://binepad.com",
      5     "maintainer": "binepad",
      6     "processor": "RP2040",
      7     "bootloader": "rp2040",
      8     "diode_direction": "COL2ROW",
      9     "usb": {
     10         "vid": "0x4249",
     11         "pid": "0x5078",
     12         "device_version": "1.0.0"
     13     },
     14     "features": {
     15         "bootmagic": true,
     16         "extrakey": true,
     17         "mousekey": true,
     18         "nkro": false,
     19         "encoder": true
     20     },
     21     "matrix_pins": {
     22         "cols": ["GP19", "GP4"],
     23         "rows": ["GP28", "GP5"]
     24     },
     25     "encoder": {
     26         "rotary": [
     27             {
     28                 "pin_a": "GP18",
     29                 "pin_b": "GP17"
     30             },
     31             {
     32                 "pin_a": "GP20",
     33                 "pin_b": "GP21"
     34             }
     35         ]
     36     },
     37     "layouts": {
     38         "LAYOUT": {
     39             "layout": [
     40                 { "matrix": [0, 0], "x": 0, "y": 0 },
     41                 { "matrix": [0, 1], "x": 1.25, "y": 0 },
     42                 { "matrix": [1, 0], "x": 0, "y": 1.25 },
     43                 { "matrix": [1, 1], "x": 1.25, "y": 1.25 }
     44             ]
     45         }
     46     }
     47 }