qmk_firmware

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

info.json (584B)


      1 {
      2   "manufacturer": "Keebio",
      3   "url": "https://keeb.io",
      4   "maintainer": "Keebio",
      5   "usb": {
      6     "vid": "0xCB10"
      7   },
      8   "layouts": {
      9     "LAYOUT": {
     10       "layout": [
     11         {"x": 0, "y": 0, "matrix": [0, 0]},
     12         {"x": 1, "y": 0, "matrix": [0, 1]},
     13         {"x": 2, "y": 0, "matrix": [0, 2]},
     14         {"x": 0, "y": 1, "matrix": [1, 0]},
     15         {"x": 1, "y": 1, "matrix": [1, 1]},
     16         {"x": 2, "y": 1, "matrix": [1, 2]},
     17         {"x": 0, "y": 2, "matrix": [2, 0]},
     18         {"x": 1, "y": 2, "matrix": [2, 1]},
     19         {"x": 2, "y": 2, "matrix": [2, 2]}
     20       ]
     21     }
     22   }
     23 }