qmk_firmware

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

keyboard.json (901B)


      1 {
      2   "keyboard_name": "AT6",
      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", "B5", "B4"],
     26     "rows": ["D2", "D1"]
     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         {"x": 1, "y": 0, "matrix": [0, 1]},
     36         {"x": 2, "y": 0, "matrix": [0, 2]},
     37         {"x": 0, "y": 1, "matrix": [1, 0]},
     38         {"x": 1, "y": 1, "matrix": [1, 1]},
     39         {"x": 2, "y": 1, "matrix": [1, 2]}
     40       ]
     41     }
     42   }
     43 }