qmk_firmware

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

keyboard.json (1081B)


      1 {
      2     "keyboard_name": "pdxkbc",
      3     "manufacturer": "Franklin Harding",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x5044",
      7         "pid": "0x0001",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": false,
     12         "command": true,
     13         "console": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["D1", "E6"],
     26         "rows": ["F7", "B6", "F4"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "processor": "atmega32u4",
     30     "bootloader": "atmel-dfu",
     31     "layouts": {
     32         "LAYOUT": {
     33             "layout": [
     34                 {"matrix": [0, 0], "x": 0, "y": 0},
     35                 {"matrix": [0, 1], "x": 1, "y": 0},
     36 
     37                 {"matrix": [1, 0], "x": 0, "y": 1},
     38                 {"matrix": [1, 1], "x": 1, "y": 1},
     39 
     40                 {"matrix": [2, 0], "x": 0, "y": 2},
     41                 {"matrix": [2, 1], "x": 1, "y": 2}
     42             ]
     43         }
     44     }
     45 }