qmk_firmware

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

keyboard.json (1216B)


      1 {
      2     "keyboard_name": "MutePad",
      3     "manufacturer": "JoshwJB",
      4     "url": "https://github.com/JoshwJB/MutePad",
      5     "maintainer": "JoshwJB",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x0000",
      9         "device_version": "0.0.1"
     10     },
     11     "host": {
     12         "default": {
     13             "nkro": true
     14         }
     15     },
     16     "features": {
     17         "bootmagic": true,
     18         "encoder": true,
     19         "extrakey": true,
     20         "mousekey": true,
     21         "nkro": true
     22     },
     23     "matrix_pins": {
     24         "cols": ["B1", "B3", "B2", "B6"],
     25         "rows": ["F6"]
     26     },
     27     "diode_direction": "COL2ROW",
     28     "encoder": {
     29         "rotary": [
     30             {"pin_a": "F4", "pin_b": "F5", "resolution": 2}
     31         ]
     32     },
     33     "qmk": {
     34         "tap_keycode_delay": 10,
     35         "locking": {
     36             "enabled": true,
     37             "resync": true
     38         }
     39     },
     40     "processor": "atmega32u4",
     41     "bootloader": "caterina",
     42     "layouts": {
     43         "LAYOUT": {
     44             "layout": [
     45                 {"matrix": [0, 0], "x": 0, "y": 0},
     46                 {"matrix": [0, 1], "x": 1, "y": 0},
     47                 {"matrix": [0, 2], "x": 2, "y": 0},
     48                 {"matrix": [0, 3], "x": 3, "y": 0}
     49             ]
     50         }
     51     }
     52 }