qmk_firmware

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

keyboard.json (988B)


      1 {
      2     "keyboard_name": "Coban Pad 3A",
      3     "name": "Coban Pad 3A",
      4     "url": "https://cobanstationery.com",
      5     "maintainer": "Coban Stationery",
      6     "manufacturer": "Coban Stationery",
      7     "usb": {
      8         "pid": "0xCC3A",
      9         "vid": "0xCB3A",
     10         "device_version": "1.1.0"
     11     },
     12     "encoder": {
     13         "rotary": [
     14             {"pin_a": "GP5", "pin_b": "GP4"}
     15         ]
     16     },
     17     "features": {
     18         "bootmagic": false,
     19         "encoder": true,
     20         "extrakey": true,
     21         "mousekey": true,
     22         "nkro": false
     23     },
     24     "matrix_pins": {
     25         "direct": [
     26             ["GP8", "GP7", "GP6"]
     27         ]
     28     },
     29     "processor": "RP2040",
     30     "bootloader": "rp2040",
     31     "layouts": {
     32         "LAYOUT": {
     33             "layout": [
     34                 {"label": "Mute", "x": 0, "y": 0, "matrix": [0, 0]},
     35                 {"label": "Next", "x": 1, "y": 0, "matrix": [0, 1]},
     36                 {"label": "Push", "x": 3, "y": 0, "matrix": [0, 2]}
     37             ]
     38         }
     39     }
     40 }