qmk_firmware

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

keyboard.json (1632B)


      1 {
      2     "matrix_pins": {
      3         "cols": ["F4", "F5", "F6", "F7", "B1"],
      4         "rows": ["D4", "C6", "D7", "E6"]
      5     },
      6     "rgblight": {
      7         "saturation_steps": 8,
      8         "brightness_steps": 8,
      9         "led_count": 17,
     10         "sleep": true
     11     },
     12     "ws2812": {
     13         "pin": "D3"
     14     },
     15     "diode_direction": "COL2ROW",
     16     "features": {
     17         "bootmagic": false,
     18         "mousekey": true,
     19         "extrakey": true,
     20         "console": true,
     21         "command": true,
     22         "rgblight": true
     23     },
     24     "qmk": {
     25         "locking": {
     26             "enabled": true,
     27             "resync": true
     28         }
     29     },
     30     "layouts": {
     31         "LAYOUT_numpad_5x4": {
     32             "layout": [
     33                 {"matrix": [0, 0], "x": 0, "y": 0},
     34                 {"matrix": [2, 0], "x": 1, "y": 0},
     35                 {"matrix": [1, 0], "x": 2, "y": 0},
     36                 {"matrix": [3, 0], "x": 3, "y": 0},
     37 
     38                 {"matrix": [0, 1], "x": 0, "y": 1},
     39                 {"matrix": [2, 1], "x": 1, "y": 1},
     40                 {"matrix": [1, 1], "x": 2, "y": 1},
     41 
     42                 {"matrix": [0, 2], "x": 0, "y": 2},
     43                 {"matrix": [2, 2], "x": 1, "y": 2},
     44                 {"matrix": [1, 2], "x": 2, "y": 2},
     45                 {"matrix": [3, 1], "x": 3, "y": 1, "h": 2},
     46 
     47                 {"matrix": [3, 2], "x": 0, "y": 3},
     48                 {"matrix": [0, 3], "x": 1, "y": 3},
     49                 {"matrix": [2, 3], "x": 2, "y": 3},
     50 
     51                 {"matrix": [3, 3], "x": 0, "y": 4, "w": 2},
     52                 {"matrix": [0, 4], "x": 2, "y": 4},
     53                 {"matrix": [1, 3], "x": 3, "y": 3, "h": 2}
     54             ]
     55         }
     56     }
     57 }