qmk_firmware

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

keyboard.json (2044B)


      1 {
      2     "manufacturer": "customMK",
      3     "keyboard_name": "Elysian",
      4     "maintainer": "customMK",
      5     "bootloader": "stm32-dfu",
      6     "debounce": 10,
      7     "diode_direction": "ROW2COL",
      8     "dynamic_keymap": {
      9         "layer_count": 32
     10     },
     11     "eeprom": {
     12         "driver": "spi"
     13     },
     14     "features": {
     15         "bootmagic": true,
     16         "extrakey": true,
     17         "mousekey": true,
     18         "nkro": true,
     19         "encoder": true
     20     },
     21     "matrix_pins": {
     22         "cols": ["A0", "A1", "A2", "A3", "A4"],
     23         "rows": ["B0", "B1", "B6", "B8"]
     24     },
     25     "processor": "STM32F411",
     26     "qmk": {
     27         "tap_keycode_delay": 10
     28     },
     29     "url": "https://shop.custommk.com/collections/elysian/products/elysian",
     30     "usb": {
     31         "device_version": "1.0.0",
     32         "pid": "0xFABB",
     33         "vid": "0xF35B"
     34     },
     35     "host": {
     36         "default": {
     37             "nkro": true
     38         }
     39     },
     40     "encoder": {
     41         "rotary": [
     42             { "pin_a": "A5", "pin_b": "A6", "resolution": 2},
     43             { "pin_a": "A7", "pin_b": "A8", "resolution": 2}
     44         ]
     45     },
     46     "layouts": {
     47         "LAYOUT": {
     48             "layout": [
     49                 {"matrix": [0, 0], "x": 0, "y": 0},
     50                 {"matrix": [0, 1], "x": 1, "y": 0},
     51                 {"matrix": [1, 0], "x": 0, "y": 1},
     52                 {"matrix": [1, 1], "x": 1, "y": 1},
     53                 {"matrix": [1, 2], "x": 2, "y": 1},
     54                 {"matrix": [1, 3], "x": 3, "y": 1},
     55                 {"matrix": [1, 4], "x": 4, "y": 1},
     56                 {"matrix": [2, 0], "x": 0, "y": 2},
     57                 {"matrix": [2, 1], "x": 1, "y": 2},
     58                 {"matrix": [2, 2], "x": 2, "y": 2},
     59                 {"matrix": [2, 3], "x": 3, "y": 2},
     60                 {"matrix": [2, 4], "x": 4, "y": 2},
     61                 {"matrix": [3, 0], "x": 0, "y": 3},
     62                 {"matrix": [3, 1], "x": 1, "y": 3},
     63                 {"matrix": [3, 2], "x": 2, "y": 3},
     64                 {"matrix": [3, 3], "x": 3, "y": 3},
     65                 {"matrix": [3, 4], "x": 4, "y": 3}
     66             ]
     67         }
     68     }
     69 }