qmk_firmware

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

keyboard.json (3653B)


      1 {
      2     "keyboard_name": "DracuLad",
      3     "manufacturer": "MangoIV",
      4     "maintainer": "MangoIV",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x1B1E",
      8         "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11         "saturation_steps": 8,
     12         "brightness_steps": 8,
     13         "led_count": 10,
     14         "sleep": true,
     15         "split": true,
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true,
     20             "static_gradient": true
     21         }
     22     },
     23     "ws2812": {
     24         "pin": "D3"
     25     },
     26     "matrix_pins": {
     27         "cols": ["F4", "F5", "F6", "F7", "B1"],
     28         "rows": ["D4", "C6", "D7", "E6"]
     29     },
     30     "diode_direction": "COL2ROW",
     31     "encoder": {
     32         "rotary": [
     33             {"pin_a": "B2", "pin_b": "B6"},
     34             {"pin_a": "B4", "pin_b": "B5"}
     35         ]
     36     },
     37     "split": {
     38         "enabled": true,
     39         "encoder": {
     40             "right": {
     41                 "rotary": [
     42                     {"pin_a": "B2", "pin_b": "B6"},
     43                     {"pin_a": "B4", "pin_b": "B5", "resolution": 1}
     44                 ]
     45             }
     46         },
     47         "serial": {
     48             "pin": "D2"
     49         }
     50     },
     51     "development_board": "promicro",
     52     "features": {
     53         "bootmagic": false,
     54         "mousekey": true,
     55         "extrakey": true,
     56         "nkro": true,
     57         "rgblight": true,
     58         "oled": true,
     59         "wpm": true,
     60         "encoder": true
     61     },
     62     "build": {
     63         "lto": true
     64     },
     65     "layouts": {
     66         "LAYOUT": {
     67             "layout": [
     68                 {"matrix": [0, 0], "x": 0, "y": 1},
     69                 {"matrix": [0, 1], "x": 1, "y": 0.35},
     70                 {"matrix": [0, 2], "x": 2, "y": 0},
     71                 {"matrix": [0, 3], "x": 3, "y": 0.35},
     72                 {"matrix": [0, 4], "x": 4, "y": 0.5},
     73 
     74                 {"matrix": [4, 4], "x": 8, "y": 0.5},
     75                 {"matrix": [4, 3], "x": 9, "y": 0.35},
     76                 {"matrix": [4, 2], "x": 10, "y": 0},
     77                 {"matrix": [4, 1], "x": 11, "y": 0.35},
     78                 {"matrix": [4, 0], "x": 12, "y": 1},
     79 
     80                 {"matrix": [1, 0], "x": 0, "y": 2},
     81                 {"matrix": [1, 1], "x": 1, "y": 1.35},
     82                 {"matrix": [1, 2], "x": 2, "y": 1},
     83                 {"matrix": [1, 3], "x": 3, "y": 1.35},
     84                 {"matrix": [1, 4], "x": 4, "y": 1.5},
     85 
     86                 {"matrix": [5, 4], "x": 8, "y": 1.5},
     87                 {"matrix": [5, 3], "x": 9, "y": 1.35},
     88                 {"matrix": [5, 2], "x": 10, "y": 1},
     89                 {"matrix": [5, 1], "x": 11, "y": 1.35},
     90                 {"matrix": [5, 0], "x": 12, "y": 2},
     91 
     92                 {"matrix": [2, 0], "x": 0, "y": 3},
     93                 {"matrix": [2, 1], "x": 1, "y": 2.35},
     94                 {"matrix": [2, 2], "x": 2, "y": 2},
     95                 {"matrix": [2, 3], "x": 3, "y": 2.35},
     96                 {"matrix": [2, 4], "x": 4, "y": 2.5},
     97 
     98                 {"matrix": [6, 4], "x": 8, "y": 2.5},
     99                 {"matrix": [6, 3], "x": 9, "y": 2.35},
    100                 {"matrix": [6, 2], "x": 10, "y": 2},
    101                 {"matrix": [6, 1], "x": 11, "y": 2.35},
    102                 {"matrix": [6, 0], "x": 12, "y": 3},
    103 
    104                 {"matrix": [3, 1], "x": 4.25, "y": 3.5},
    105 
    106                 {"matrix": [7, 1], "x": 7.75, "y": 3.5},
    107 
    108                 {"matrix": [3, 2], "x": 3, "y": 4.5},
    109                 {"matrix": [3, 3], "x": 4, "y": 4.5},
    110                 {"matrix": [3, 4], "x": 5, "y": 4.5},
    111 
    112                 {"matrix": [7, 4], "x": 7, "y": 4.5},
    113                 {"matrix": [7, 3], "x": 8, "y": 4.5},
    114                 {"matrix": [7, 2], "x": 9, "y": 4.5}
    115             ]
    116         }
    117     }
    118 }