qmk_firmware

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

keyboard.json (1300B)


      1 {
      2     "keyboard_name": "2x5keypad",
      3     "manufacturer": "Jonathan Cameron",
      4     "maintainer": "jmcameron",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x2020",
      8         "device_version": "0.0.1"
      9     },
     10     "tapping": {
     11         "term": 250
     12     },
     13     "features": {
     14         "bootmagic": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "nkro": true
     18     },
     19     "qmk": {
     20         "locking": {
     21             "enabled": true,
     22             "resync": true
     23         }
     24     },
     25     "matrix_pins": {
     26         "cols": ["D4", "C6", "D7", "E6", "B4"],
     27         "rows": ["B3", "B2"]
     28     },
     29     "diode_direction": "COL2ROW",
     30     "processor": "atmega32u4",
     31     "bootloader": "caterina",
     32     "layouts": {
     33         "LAYOUT": {
     34             "layout": [
     35                 {"matrix": [0, 0], "x": 0, "y": 0},
     36                 {"matrix": [0, 1], "x": 1, "y": 0},
     37                 {"matrix": [0, 2], "x": 2, "y": 0},
     38                 {"matrix": [0, 3], "x": 3, "y": 0},
     39                 {"matrix": [0, 4], "x": 4, "y": 0},
     40 
     41                 {"matrix": [1, 0], "x": 0, "y": 1},
     42                 {"matrix": [1, 1], "x": 1, "y": 1},
     43                 {"matrix": [1, 2], "x": 2, "y": 1},
     44                 {"matrix": [1, 3], "x": 3, "y": 1},
     45                 {"matrix": [1, 4], "x": 4, "y": 1}
     46             ]
     47         }
     48     }
     49 }