qmk_firmware

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

keyboard.json (670B)


      1 {
      2   "keyboard_name": "JKB2",
      3   "manufacturer": "JadooKB",
      4   "url": "https://jadookb.com/",
      5   "maintainer": "Wizard-GG",
      6   "usb": {
      7     "vid": "0x4A4B",
      8     "pid": "0x3225",
      9     "device_version": "0.0.1"
     10   },
     11   "features": {
     12     "bootmagic": true,
     13     "command": true,
     14     "console": true,
     15     "extrakey": true,
     16     "mousekey": true,
     17     "nkro": true
     18   },
     19   "matrix_pins": {
     20     "cols": ["B3", "B2"],
     21     "rows": ["B1"]
     22   },
     23   "diode_direction": "COL2ROW",
     24   "processor": "atmega32u4",
     25   "bootloader": "atmel-dfu",
     26   "layouts": {
     27     "LAYOUT": {
     28       "layout": [
     29         {"matrix": [0, 0], "x": 0, "y": 0},
     30         {"matrix": [0, 1], "x": 1, "y": 0}
     31       ]
     32     }
     33   }
     34 }