qmk_firmware

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

keyboard.json (2290B)


      1 {
      2     "keyboard_name": "KB19-01",
      3     "manufacturer": "DOIO",
      4     "maintainer": "DOIO2022",
      5     "usb": {
      6         "vid": "0xD010",
      7         "pid": "0x1901",
      8         "device_version": "0.0.1"
      9     },
     10     "diode_direction": "COL2ROW",
     11     "features": {
     12         "bootmagic": true,
     13         "mousekey": true,
     14         "extrakey": true,
     15         "encoder": true,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["B14", "B13", "B12", "B0", "A7"],
     21         "rows": ["B3", "B4", "B9", "B8", "B1"]
     22     },
     23     "ws2812": {
     24         "pin": "A10"
     25     },
     26     "encoder": {
     27         "rotary": [
     28             {"pin_a": "B5", "pin_b": "B6"}
     29         ]
     30     },
     31     "rgblight": {
     32         "led_count": 19,
     33         "animations": {
     34             "breathing": true,
     35             "rainbow_mood": true,
     36             "rainbow_swirl": true,
     37             "snake": true,
     38             "knight": true,
     39             "christmas": true,
     40             "static_gradient": true,
     41             "rgb_test": true,
     42             "alternating": true,
     43             "twinkle": true
     44         }
     45     },
     46     "processor": "STM32F103",
     47     "bootloader": "stm32duino",
     48     "layouts": {
     49         "LAYOUT": {
     50             "layout": [
     51                 {"matrix": [0, 0], "x": 0, "y": 0},
     52                 {"matrix": [0, 1], "x": 1, "y": 0},
     53                 {"matrix": [0, 2], "x": 2, "y": 0},
     54                 {"matrix": [0, 3], "x": 3, "y": 0},
     55                 {"matrix": [0, 4], "x": 5, "y": 0},
     56                 {"matrix": [1, 0], "x": 0, "y": 1},
     57                 {"matrix": [1, 1], "x": 1, "y": 1},
     58                 {"matrix": [1, 2], "x": 2, "y": 1},
     59                 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
     60                 {"matrix": [1, 4], "x": 5, "y": 1},
     61                 {"matrix": [2, 0], "x": 0, "y": 2},
     62                 {"matrix": [2, 1], "x": 1, "y": 2},
     63                 {"matrix": [2, 2], "x": 2, "y": 2},
     64                 {"matrix": [3, 0], "x": 0, "y": 3},
     65                 {"matrix": [3, 1], "x": 1, "y": 3},
     66                 {"matrix": [3, 2], "x": 2, "y": 3},
     67                 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
     68                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
     69                 {"matrix": [4, 2], "x": 2, "y": 4},
     70                 {"matrix": [4, 3], "x": 5, "y": 4}
     71             ]
     72         }
     73     }
     74 }