qmk_firmware

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

info.json (914B)


      1 {
      2   "keyboard_name": "Deck-8",
      3   "manufacturer": "Churrosoft",
      4   "url": "https://churrosoft.ar/deck",
      5   "maintainer": "Polsaker",
      6   "usb": {
      7     "vid": "0xCBBC",
      8     "device_version": "1.0.0"
      9   },
     10   "build": {
     11     "lto": true
     12   },
     13   "features": {
     14     "bootmagic": true,
     15     "extrakey": true,
     16     "mousekey": true,
     17     "nkro": true
     18 
     19   },
     20   "processor": "RP2040",
     21   "bootloader": "rp2040",
     22   "matrix_pins": {
     23     "direct": [
     24       ["GP15", "GP18", "GP22", "GP24"],
     25       ["GP13", "GP11", "GP0", "GP2"]
     26     ]
     27   },
     28   "layouts": {
     29     "LAYOUT": {
     30       "layout": [
     31         {"x":0, "y":0, "matrix": [0, 0]},
     32         {"x":1, "y":0, "matrix": [0, 1]},
     33         {"x":2, "y":0, "matrix": [0, 2]},
     34         {"x":3, "y":0, "matrix": [0, 3]},
     35         {"x":0, "y":1, "matrix": [1, 0]},
     36         {"x":1, "y":1, "matrix": [1, 1]},
     37         {"x":2, "y":1, "matrix": [1, 2]},
     38         {"x":3, "y":1, "matrix": [1, 3]}
     39       ]
     40     }
     41   }
     42 }