qmk_firmware

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

keyboard.json (1264B)


      1 {
      2     "keyboard_name": "L-PAD",
      3     "manufacturer": "Laneware Peripherals",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x4C50",
      7         "pid": "0x2222",
      8         "device_version": "0.0.1"
      9     },
     10     "processor": "atmega32u4",
     11     "bootloader": "atmel-dfu",
     12     "features": {
     13         "bootmagic": true,
     14         "encoder": 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": ["D3", "D4", "D6"],
     27         "rows": ["E6", "B7", "D0"]
     28     },
     29     "diode_direction": "COL2ROW",
     30     "encoder": {
     31         "rotary": [
     32             {"pin_a": "F0", "pin_b": "F1"}
     33         ]
     34     },
     35     "layouts": {
     36         "LAYOUT": {
     37             "layout": [
     38                 {"label": "Play", "matrix": [0, 0], "x": 0, "y": 0},
     39                 {"label": "Mute", "matrix": [0, 1], "x": 1.5, "y": 0.5},
     40                 {"label": "Next", "matrix": [1, 0], "x": 0, "y": 1},
     41                 {"label": "Prev", "matrix": [2, 0], "x": 0, "y": 2},
     42                 {"label": "Left", "matrix": [2, 1], "x": 1, "y": 2},
     43                 {"label": "Rght", "matrix": [2, 2], "x": 2, "y": 2}
     44             ]
     45         }
     46     }
     47 }