qmk_firmware

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

keyboard.json (1192B)


      1 {
      2   "keyboard_name": "Type-9",
      3   "manufacturer": "Treasure",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0x0000",
      8     "device_version": "0.0.1"
      9   },
     10   "features": {
     11     "backlight": true,
     12     "bootmagic": false,
     13     "command": true,
     14     "console": true,
     15     "extrakey": true,
     16     "mousekey": true,
     17     "nkro": false
     18   },
     19   "qmk": {
     20     "locking": {
     21       "enabled": true,
     22       "resync": true
     23     }
     24   },
     25   "matrix_pins": {
     26     "cols": ["D1", "D0", "D4"],
     27     "rows": ["E6", "D7", "C6"]
     28   },
     29   "diode_direction": "ROW2COL",
     30   "backlight": {
     31     "pin": "B5",
     32     "levels": 10
     33   },
     34   "processor": "atmega32u4",
     35   "bootloader": "atmel-dfu",
     36   "layouts": {
     37       "LAYOUT": {
     38           "layout": [
     39               {"matrix": [0, 0], "x": 0, "y": 0},
     40               {"matrix": [0, 1], "x": 1, "y": 0},
     41               {"matrix": [0, 2], "x": 2, "y": 0},
     42 
     43               {"matrix": [1, 0], "x": 0, "y": 1},
     44               {"matrix": [1, 1], "x": 1, "y": 1},
     45               {"matrix": [1, 2], "x": 2, "y": 1},
     46 
     47               {"matrix": [2, 0], "x": 0, "y": 2},
     48               {"matrix": [2, 1], "x": 1, "y": 2},
     49               {"matrix": [2, 2], "x": 2, "y": 2}
     50           ]
     51       }
     52   }
     53 }