qmk_firmware

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

keyboard.json (1140B)


      1 {
      2     "keyboard_name": "DC MC 001",
      3     "manufacturer": "Daniel Cormier",
      4     "url": "https://imgur.com/a/PM9lQ",
      5     "maintainer": "Daniel Cormier (Twitter: @danielcormier)",
      6     "usb": {
      7         "vid": "0x4443",
      8         "pid": "0x4D43",
      9         "device_version": "0.0.1",
     10         "max_power": 100
     11     },
     12     "encoder": {
     13         "rotary": [
     14             {"pin_a": "B6", "pin_b": "B5"}
     15         ]
     16     },
     17     "bootmagic": {
     18         "matrix": [0, 1]
     19     },
     20     "processor": "atmega32u4",
     21     "bootloader": "caterina",
     22     "features": {
     23         "bootmagic": true,
     24         "encoder": true,
     25         "extrakey": true,
     26         "mousekey": false,
     27         "nkro": false
     28     },
     29     "matrix_pins": {
     30         "direct": [
     31             ["B4", "B0", "B1", "B2", "B3"]
     32         ]
     33     },
     34     "debounce": 50,
     35     "layouts": {
     36         "LAYOUT": {
     37             "layout": [
     38                 {"x": 0, "y": 0, "matrix": [0, 0]},
     39                 {"x": 1, "y": 0, "matrix": [0, 1]},
     40                 {"x": 2, "y": 0, "matrix": [0, 2]},
     41                 {"x": 3, "y": 0, "matrix": [0, 3]},
     42                 {"x": 4, "y": 0, "matrix": [0, 4]}
     43             ]
     44         }
     45     }
     46 }