qmk_firmware

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

keyboard.json (1183B)


      1 {
      2     "keyboard_name": "novem",
      3     "manufacturer": "Jose I. Martinez",
      4     "maintainer": "Jose I. Martinez",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x0000",
      8         "device_version": "0.0.1"
      9     },
     10     "matrix_pins": {
     11         "cols": ["B3", "B2", "B6"],
     12         "rows": ["E6", "B4", "B5"]
     13     },
     14     "diode_direction": "COL2ROW",
     15     "processor": "atmega32u4",
     16     "bootloader": "caterina",
     17     "features": {
     18         "bootmagic": false,
     19         "mousekey": false,
     20         "extrakey": false
     21     },
     22     "qmk": {
     23         "locking": {
     24             "enabled": true,
     25             "resync": true
     26         }
     27     },
     28     "layouts": {
     29         "LAYOUT": {
     30             "layout": [
     31                 {"matrix": [0, 0], "x": 0, "y": 0},
     32                 {"matrix": [0, 1], "x": 1, "y": 0},
     33                 {"matrix": [0, 2], "x": 2, "y": 0},
     34 
     35                 {"matrix": [1, 0], "x": 0, "y": 1},
     36                 {"matrix": [1, 1], "x": 1, "y": 1},
     37                 {"matrix": [1, 2], "x": 2, "y": 1},
     38 
     39                 {"matrix": [2, 0], "x": 0, "y": 2},
     40                 {"matrix": [2, 1], "x": 1, "y": 2},
     41                 {"matrix": [2, 2], "x": 2, "y": 2}
     42             ]
     43         }
     44     }
     45 }