qmk_firmware

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

keyboard.json (5498B)


      1 {
      2     "keyboard_name": "WM1",
      3     "manufacturer": "Wolfmark Club",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x2B29",
      8         "device_version": "0.0.1"
      9     },
     10     "build": {
     11         "lto": true
     12     },
     13     "features": {
     14         "bootmagic": false,
     15         "command": true,
     16         "console": true,
     17         "extrakey": true,
     18         "mousekey": true,
     19         "nkro": true,
     20         "rgblight": true,
     21         "sleep_led": true
     22     },
     23     "qmk": {
     24         "locking": {
     25             "enabled": true,
     26             "resync": true
     27         }
     28     },
     29     "indicators": {
     30         "caps_lock": "B1",
     31         "num_lock": "B0",
     32         "scroll_lock": "C5"
     33     },
     34     "rgblight": {
     35         "saturation_steps": 8,
     36         "brightness_steps": 8,
     37         "led_count": 18,
     38         "sleep": true,
     39         "animations": {
     40             "breathing": true,
     41             "rainbow_mood": true,
     42             "rainbow_swirl": true,
     43             "snake": true,
     44             "knight": true,
     45             "christmas": true,
     46             "static_gradient": true,
     47             "rgb_test": true,
     48             "alternating": true,
     49             "twinkle": true
     50         }
     51     },
     52     "ws2812": {
     53         "pin": "A3"
     54     },
     55     "matrix_pins": {
     56         "cols": ["B10", "B11", "B12", "B13", "B14", "B15", "C6", "C10", "C11", "C12", "D2", "B5", "B6", "B7", "B8"],
     57         "rows": ["C4", "A7", "A6", "A5", "A4"]
     58     },
     59     "diode_direction": "COL2ROW",
     60     "processor": "STM32F103",
     61     "bootloader": "custom",
     62     "layouts": {
     63         "LAYOUT": {
     64             "layout": [
     65                 {"matrix": [0, 0], "x": 0, "y": 0},
     66                 {"matrix": [0, 1], "x": 1, "y": 0},
     67                 {"matrix": [0, 2], "x": 2, "y": 0},
     68                 {"matrix": [0, 3], "x": 3, "y": 0},
     69                 {"matrix": [0, 4], "x": 4, "y": 0},
     70                 {"matrix": [0, 5], "x": 5, "y": 0},
     71                 {"matrix": [0, 6], "x": 6, "y": 0},
     72 
     73                 {"matrix": [0, 7], "x": 8.75, "y": 0},
     74                 {"matrix": [0, 8], "x": 9.75, "y": 0},
     75                 {"matrix": [0, 9], "x": 10.75, "y": 0},
     76                 {"matrix": [0, 10], "x": 11.75, "y": 0},
     77                 {"matrix": [0, 11], "x": 12.75, "y": 0},
     78                 {"matrix": [0, 12], "x": 13.75, "y": 0},
     79                 {"matrix": [0, 13], "x": 14.75, "y": 0},
     80                 {"matrix": [0, 14], "x": 15.75, "y": 0},
     81 
     82                 {"matrix": [2, 13], "x": 17, "y": 0},
     83 
     84                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
     85                 {"matrix": [1, 1], "x": 1.5, "y": 1},
     86                 {"matrix": [1, 2], "x": 2.5, "y": 1},
     87                 {"matrix": [1, 3], "x": 3.5, "y": 1},
     88                 {"matrix": [1, 4], "x": 4.5, "y": 1},
     89                 {"matrix": [1, 5], "x": 5.5, "y": 1},
     90 
     91                 {"matrix": [1, 6], "x": 8.25, "y": 1},
     92                 {"matrix": [1, 7], "x": 9.25, "y": 1},
     93                 {"matrix": [1, 8], "x": 10.25, "y": 1},
     94                 {"matrix": [1, 9], "x": 11.25, "y": 1},
     95                 {"matrix": [1, 10], "x": 12.25, "y": 1},
     96                 {"matrix": [1, 11], "x": 13.25, "y": 1},
     97                 {"matrix": [1, 12], "x": 14.25, "y": 1},
     98                 {"matrix": [1, 13], "x": 15.25, "y": 1, "w": 1.5},
     99 
    100                 {"matrix": [1, 14], "x": 17, "y": 1},
    101 
    102                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
    103                 {"matrix": [2, 1], "x": 1.75, "y": 2},
    104                 {"matrix": [2, 2], "x": 2.75, "y": 2},
    105                 {"matrix": [2, 3], "x": 3.75, "y": 2},
    106                 {"matrix": [2, 4], "x": 4.75, "y": 2},
    107                 {"matrix": [2, 5], "x": 5.75, "y": 2},
    108 
    109                 {"matrix": [2, 6], "x": 8.5, "y": 2},
    110                 {"matrix": [2, 7], "x": 9.5, "y": 2},
    111                 {"matrix": [2, 8], "x": 10.5, "y": 2},
    112                 {"matrix": [2, 9], "x": 11.5, "y": 2},
    113                 {"matrix": [2, 10], "x": 12.5, "y": 2},
    114                 {"matrix": [2, 11], "x": 13.5, "y": 2},
    115                 {"matrix": [2, 12], "x": 14.5, "y": 2, "w": 2.25},
    116 
    117                 {"matrix": [2, 14], "x": 17, "y": 2},
    118 
    119                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
    120                 {"matrix": [3, 1], "x": 2.25, "y": 3},
    121                 {"matrix": [3, 2], "x": 3.25, "y": 3},
    122                 {"matrix": [3, 3], "x": 4.25, "y": 3},
    123                 {"matrix": [3, 4], "x": 5.25, "y": 3},
    124                 {"matrix": [3, 5], "x": 6.25, "y": 3},
    125 
    126                 {"matrix": [3, 6], "x": 8, "y": 3},
    127                 {"matrix": [3, 7], "x": 9, "y": 3},
    128                 {"matrix": [3, 8], "x": 10, "y": 3},
    129                 {"matrix": [3, 9], "x": 11, "y": 3},
    130                 {"matrix": [3, 10], "x": 12, "y": 3},
    131                 {"matrix": [3, 11], "x": 13, "y": 3},
    132                 {"matrix": [3, 12], "x": 14, "y": 3, "w": 1.75},
    133 
    134                 {"matrix": [3, 14], "x": 16.25, "y": 3.25},
    135 
    136                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
    137                 {"matrix": [4, 2], "x": 3, "y": 4, "w": 1.5},
    138                 {"matrix": [4, 3], "x": 4.5, "y": 4, "w": 2},
    139                 {"matrix": [4, 5], "x": 6.5, "y": 4},
    140                 {"matrix": [4, 7], "x": 8, "y": 4, "w": 2.75},
    141                 {"matrix": [4, 9], "x": 10.75, "y": 4, "w": 1.5},
    142                 {"matrix": [4, 11], "x": 13.25, "y": 4, "w": 1.5},
    143 
    144                 {"matrix": [4, 12], "x": 15.25, "y": 4.25},
    145                 {"matrix": [4, 13], "x": 16.25, "y": 4.25},
    146                 {"matrix": [4, 14], "x": 17.25, "y": 4.25}
    147             ]
    148         }
    149     }
    150 }