qmk_firmware

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

keyboard.json (801B)


      1 {
      2   "keyboard_name": "BN003",
      3   "manufacturer": "Binepad",
      4   "url": "https://binepad.com",
      5   "maintainer": "binepad",
      6   "usb": {
      7     "vid": "0x4249",
      8     "pid": "0x4287",
      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   "qmk": {
     20     "locking": {
     21       "enabled": true,
     22       "resync": true
     23     }
     24   },
     25   "matrix_pins": {
     26     "cols": ["B4", "B5", "B6"],
     27     "rows": ["C6"]
     28   },
     29   "diode_direction": "COL2ROW",
     30   "processor": "atmega32u4",
     31   "bootloader": "atmel-dfu",
     32   "layouts": {
     33     "LAYOUT": {
     34       "layout": [
     35         {"x": 0, "y": 0, "matrix": [0, 0]},
     36         {"x": 1, "y": 0, "matrix": [0, 1]},
     37         {"x": 2, "y": 0, "matrix": [0, 2]}
     38       ]
     39     }
     40   }
     41 }