qmk_firmware

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

keyboard.json (2780B)


      1 {
      2     "rgblight": {
      3         "saturation_steps": 8,
      4         "brightness_steps": 8,
      5         "led_count": 18,
      6         "sleep": true
      7     },
      8     "ws2812": {
      9         "pin": "D3"
     10     },
     11     "matrix_pins": {
     12         "cols": ["D4", "C6", "D7", "E6", "B4"],
     13         "rows": ["F4", "F5", "F6", "F7"]
     14     },
     15     "diode_direction": "COL2ROW",
     16     "features": {
     17         "bootmagic": true,
     18         "mousekey": false,
     19         "extrakey": false,
     20         "rgblight": true
     21     },
     22     "qmk": {
     23         "locking": {
     24             "enabled": true,
     25             "resync": true
     26         }
     27     },
     28     "layout_aliases": {
     29         "LAYOUT": "LAYOUT_split_3x5_3"
     30     },
     31     "layouts": {
     32         "LAYOUT_split_3x5_3": {
     33             "layout": [
     34                 {"matrix": [0, 0], "x": 0, "y": 0.375},
     35                 {"matrix": [0, 1], "x": 1, "y": 0.125},
     36                 {"matrix": [0, 2], "x": 2, "y": 0},
     37                 {"matrix": [0, 3], "x": 3, "y": 0.125},
     38                 {"matrix": [0, 4], "x": 4, "y": 0.25},
     39 
     40                 {"matrix": [4, 4], "x": 8.2, "y": 0.25},
     41                 {"matrix": [4, 3], "x": 9.2, "y": 0.125},
     42                 {"matrix": [4, 2], "x": 10.2, "y": 0},
     43                 {"matrix": [4, 1], "x": 11.2, "y": 0.125},
     44                 {"matrix": [4, 0], "x": 12.2, "y": 0.375},
     45 
     46                 {"matrix": [1, 0], "x": 0, "y": 1.375},
     47                 {"matrix": [1, 1], "x": 1, "y": 1.125},
     48                 {"matrix": [1, 2], "x": 2, "y": 1},
     49                 {"matrix": [1, 3], "x": 3, "y": 1.125},
     50                 {"matrix": [1, 4], "x": 4, "y": 1.25},
     51 
     52                 {"matrix": [5, 4], "x": 8.2, "y": 1.25},
     53                 {"matrix": [5, 3], "x": 9.2, "y": 1.125},
     54                 {"matrix": [5, 2], "x": 10.2, "y": 1},
     55                 {"matrix": [5, 1], "x": 11.2, "y": 1.125},
     56                 {"matrix": [5, 0], "x": 12.2, "y": 1.375},
     57 
     58                 {"matrix": [2, 0], "x": 0, "y": 2.375},
     59                 {"matrix": [2, 1], "x": 1, "y": 2.125},
     60                 {"matrix": [2, 2], "x": 2, "y": 2},
     61                 {"matrix": [2, 3], "x": 3, "y": 2.125},
     62                 {"matrix": [2, 4], "x": 4, "y": 2.25},
     63 
     64                 {"matrix": [6, 4], "x": 8.2, "y": 2.25},
     65                 {"matrix": [6, 3], "x": 9.2, "y": 2.125},
     66                 {"matrix": [6, 2], "x": 10.2, "y": 2},
     67                 {"matrix": [6, 1], "x": 11.2, "y": 2.125},
     68                 {"matrix": [6, 0], "x": 12.2, "y": 2.375},
     69 
     70                 {"matrix": [3, 0], "x": 3.4, "y": 3.25},
     71                 {"matrix": [3, 1], "x": 4.4, "y": 3.55},
     72                 {"matrix": [3, 2], "x": 5.4, "y": 3.85},
     73 
     74                 {"matrix": [7, 2], "x": 6.8, "y": 3.85},
     75                 {"matrix": [7, 1], "x": 7.8, "y": 3.55},
     76                 {"matrix": [7, 0], "x": 8.8, "y": 3.25}
     77             ]
     78         }
     79     }
     80 }