qmk_firmware

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

keyboard.json (4125B)


      1 {
      2     "keyboard_name": "zplit",
      3     "manufacturer": "fluxlab",
      4     "url": "https://github.com/cccywj/qmk_firmware",
      5     "maintainer": "flxlb",
      6     "usb": {
      7         "vid": "0x7076",
      8         "pid": "0x0001",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "command": true,
     14         "encoder": true,
     15         "extrakey": true,
     16         "mousekey": false,
     17         "nkro": false,
     18         "rgblight": true
     19     },
     20     "qmk": {
     21         "locking": {
     22             "enabled": true,
     23             "resync": true
     24         }
     25     },
     26     "matrix_pins": {
     27         "cols": ["B2", "B3", "D6", "D7", "B4", "B5"],
     28         "rows": ["D4", "F5", "F4", "F1"]
     29     },
     30     "diode_direction": "COL2ROW",
     31     "encoder": {
     32         "rotary": [
     33             {"pin_a": "B0", "pin_b": "D2"}
     34         ]
     35     },
     36     "rgblight": {
     37         "led_count": 16,
     38         "led_map": [0, 1, 2, 3, 4, 5, 6, 7, 15, 14, 13, 12, 11, 10, 9, 8],
     39         "split_count": [8, 8],
     40         "animations": {
     41             "breathing": true,
     42             "rainbow_mood": true,
     43             "rainbow_swirl": true,
     44             "snake": true,
     45             "knight": true,
     46             "christmas": true,
     47             "static_gradient": true,
     48             "rgb_test": true,
     49             "alternating": true,
     50             "twinkle": true
     51         }
     52     },
     53     "ws2812": {
     54         "pin": "D3"
     55     },
     56     "split": {
     57         "enabled": true,
     58         "serial": {
     59             "pin": "D0"
     60         }
     61     },
     62     "processor": "atmega32u4",
     63     "bootloader": "atmel-dfu",
     64     "layouts": {
     65         "LAYOUT": {
     66             "layout": [
     67                 {"matrix": [0, 0], "x": 0, "y": 0},
     68                 {"matrix": [0, 1], "x": 1, "y": 0},
     69                 {"matrix": [0, 2], "x": 2, "y": 0},
     70                 {"matrix": [0, 3], "x": 3, "y": 0},
     71                 {"matrix": [0, 4], "x": 4, "y": 0},
     72                 {"matrix": [0, 5], "x": 5, "y": 0},
     73                 {"matrix": [4, 5], "x": 7, "y": 0},
     74                 {"matrix": [4, 4], "x": 8, "y": 0},
     75                 {"matrix": [4, 3], "x": 9, "y": 0},
     76                 {"matrix": [4, 2], "x": 10, "y": 0},
     77                 {"matrix": [4, 1], "x": 11, "y": 0},
     78                 {"matrix": [4, 0], "x": 12, "y": 0},
     79 
     80                 {"matrix": [1, 0], "x": 0, "y": 1},
     81                 {"matrix": [1, 1], "x": 1, "y": 1},
     82                 {"matrix": [1, 2], "x": 2, "y": 1},
     83                 {"matrix": [1, 3], "x": 3, "y": 1},
     84                 {"matrix": [1, 4], "x": 4, "y": 1},
     85                 {"matrix": [1, 5], "x": 5, "y": 1},
     86                 {"matrix": [5, 5], "x": 7, "y": 1},
     87                 {"matrix": [5, 4], "x": 8, "y": 1},
     88                 {"matrix": [5, 3], "x": 9, "y": 1},
     89                 {"matrix": [5, 2], "x": 10, "y": 1},
     90                 {"matrix": [5, 1], "x": 11, "y": 1},
     91                 {"matrix": [5, 0], "x": 12, "y": 1},
     92 
     93                 {"matrix": [2, 0], "x": 0, "y": 2},
     94                 {"matrix": [2, 1], "x": 1, "y": 2},
     95                 {"matrix": [2, 2], "x": 2, "y": 2},
     96                 {"matrix": [2, 3], "x": 3, "y": 2},
     97                 {"matrix": [2, 4], "x": 4, "y": 2},
     98                 {"matrix": [2, 5], "x": 5, "y": 2},
     99                 {"matrix": [6, 5], "x": 7, "y": 2},
    100                 {"matrix": [6, 4], "x": 8, "y": 2},
    101                 {"matrix": [6, 3], "x": 9, "y": 2},
    102                 {"matrix": [6, 2], "x": 10, "y": 2},
    103                 {"matrix": [6, 1], "x": 11, "y": 2},
    104                 {"matrix": [6, 0], "x": 12, "y": 2},
    105 
    106                 {"matrix": [3, 0], "x": 0, "y": 3},
    107                 {"matrix": [3, 1], "x": 1, "y": 3},
    108                 {"matrix": [3, 2], "x": 2, "y": 3},
    109                 {"matrix": [3, 3], "x": 3, "y": 3},
    110                 {"matrix": [3, 4], "x": 4, "y": 3},
    111                 {"matrix": [3, 5], "x": 5, "y": 3},
    112                 {"matrix": [7, 5], "x": 7, "y": 3},
    113                 {"matrix": [7, 4], "x": 8, "y": 3},
    114                 {"matrix": [7, 3], "x": 9, "y": 3},
    115                 {"matrix": [7, 2], "x": 10, "y": 3},
    116                 {"matrix": [7, 1], "x": 11, "y": 3},
    117                 {"matrix": [7, 0], "x": 12, "y": 3}
    118             ]
    119         }
    120     }
    121 }