qmk_firmware

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

keyboard.json (3668B)


      1 {
      2     "manufacturer": "takashicompany",
      3     "keyboard_name": "miniDivide",
      4     "maintainer": "takashicompany",
      5     "build": {
      6         "lto": true
      7     },
      8     "development_board": "promicro",
      9     "diode_direction": "COL2ROW",
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "nkro": true,
     15         "oled": true,
     16         "rgblight": true
     17     },
     18     "matrix_pins": {
     19         "cols": ["D4", "C6", "D7", "E6", "B4"],
     20         "rows": ["F4", "F5", "F6", "F7"]
     21     },
     22     "pin_compatible": "promicro",
     23     "rgblight": {
     24         "animations": {
     25             "alternating": true,
     26             "breathing": true,
     27             "christmas": true,
     28             "knight": true,
     29             "rainbow_mood": true,
     30             "rainbow_swirl": true,
     31             "snake": true,
     32             "static_gradient": true,
     33             "twinkle": true
     34         },
     35         "led_count": 10,
     36         "sleep": true,
     37         "split_count": [5, 5]
     38     },
     39     "split": {
     40         "enabled": true,
     41         "matrix_pins": {
     42             "right": {
     43                 "cols": ["B4", "E6", "D7", "C6", "D4"],
     44                 "rows": ["F4", "F5", "F6", "F7"]
     45             }
     46         },
     47         "serial": {
     48             "pin": "D2"
     49         }
     50     },
     51     "usb": {
     52         "device_version": "0.0.1",
     53         "pid": "0x0037",
     54         "vid": "0x7463"
     55     },
     56     "ws2812": {
     57         "pin": "D3"
     58     },
     59     "layouts": {
     60         "LAYOUT": {
     61             "layout": [
     62                 {"matrix": [0, 0], "x": 0, "y": 0.42},
     63                 {"matrix": [0, 1], "x": 0.84, "y": 0.21},
     64                 {"matrix": [0, 2], "x": 1.68, "y": 0},
     65                 {"matrix": [0, 3], "x": 2.52, "y": 0.21},
     66                 {"matrix": [0, 4], "x": 3.36, "y": 0.42},
     67                 {"matrix": [4, 0], "x": 6.3, "y": 0.42},
     68                 {"matrix": [4, 1], "x": 7.14, "y": 0.21},
     69                 {"matrix": [4, 2], "x": 7.98, "y": 0},
     70                 {"matrix": [4, 3], "x": 8.82, "y": 0.21},
     71                 {"matrix": [4, 4], "x": 9.66, "y": 0.42},
     72                 {"matrix": [1, 0], "x": 0, "y": 1.26},
     73                 {"matrix": [1, 1], "x": 0.84, "y": 1.05},
     74                 {"matrix": [1, 2], "x": 1.68, "y": 0.84},
     75                 {"matrix": [1, 3], "x": 2.52, "y": 1.05},
     76                 {"matrix": [1, 4], "x": 3.36, "y": 1.26},
     77                 {"matrix": [5, 0], "x": 6.3, "y": 1.26},
     78                 {"matrix": [5, 1], "x": 7.14, "y": 1.05},
     79                 {"matrix": [5, 2], "x": 7.98, "y": 0.84},
     80                 {"matrix": [5, 3], "x": 8.82, "y": 1.05},
     81                 {"matrix": [5, 4], "x": 9.66, "y": 1.26},
     82                 {"matrix": [2, 0], "x": 0, "y": 2.1},
     83                 {"matrix": [2, 1], "x": 0.84, "y": 1.89},
     84                 {"matrix": [2, 2], "x": 1.68, "y": 1.68},
     85                 {"matrix": [2, 3], "x": 2.52, "y": 1.89},
     86                 {"matrix": [2, 4], "x": 3.36, "y": 2.1},
     87                 {"matrix": [6, 0], "x": 6.3, "y": 2.1},
     88                 {"matrix": [6, 1], "x": 7.14, "y": 1.89},
     89                 {"matrix": [6, 2], "x": 7.98, "y": 1.68},
     90                 {"matrix": [6, 3], "x": 8.82, "y": 1.89},
     91                 {"matrix": [6, 4], "x": 9.66, "y": 2.1},
     92                 {"matrix": [3, 1], "x": 1.68, "y": 3.15},
     93                 {"matrix": [3, 2], "x": 2.52, "y": 3.15},
     94                 {"matrix": [3, 3], "x": 3.36, "y": 3.15},
     95                 {"matrix": [3, 4], "x": 4.2, "y": 3.15},
     96                 {"matrix": [7, 0], "x": 5.46, "y": 3.15},
     97                 {"matrix": [7, 1], "x": 6.3, "y": 3.15},
     98                 {"matrix": [7, 2], "x": 7.14, "y": 3.15},
     99                 {"matrix": [7, 3], "x": 7.98, "y": 3.15}
    100             ]
    101         }
    102     }
    103 }