qmk_firmware

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

keyboard.json (663B)


      1 {
      2   "keyboard_name": "AT1",
      3   "manufacturer": "Atset",
      4   "maintainer": "atset",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0x6060",
      8     "device_version": "0.0.1"
      9   },
     10   "features": {
     11     "bootmagic": true,
     12     "command": true,
     13     "console": true,
     14     "extrakey": true,
     15     "mousekey": true,
     16     "nkro": true
     17   },
     18   "qmk": {
     19     "locking": {
     20       "enabled": true,
     21       "resync": true
     22     }
     23   },
     24   "matrix_pins": {
     25     "cols": ["B6"],
     26     "rows": ["D2"]
     27   },
     28   "diode_direction": "COL2ROW",
     29   "processor": "atmega32u4",
     30   "bootloader": "atmel-dfu",
     31   "layouts": {
     32     "LAYOUT": {
     33       "layout": [
     34         {"x": 0, "y": 0, "matrix": [0, 0]}
     35       ]
     36     }
     37   }
     38 }