qmk_firmware

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

keyboard.json (6627B)


      1 {
      2     "keyboard_name": "Leftover30",
      3     "manufacturer": "marksard",
      4     "url": "https://github.com/marksard/Keyboards",
      5     "maintainer": "marksard",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0xDFA8",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": false,
     16         "rgblight": true
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["B5", "B4", "E6", "D7", "C6"],
     26         "rows": ["B6", "B2", "F7", "F6", "B3", "B1", "D4", "D0"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "encoder": {
     30         "rotary": [
     31             {"pin_a": "F4", "pin_b": "F5"}
     32         ]
     33     },
     34     "indicators": {
     35         "caps_lock": "D1",
     36         "num_lock": "D2"
     37     },
     38     "rgblight": {
     39         "saturation_steps": 8,
     40         "brightness_steps": 8,
     41         "led_count": 6,
     42         "sleep": true,
     43         "animations": {
     44             "breathing": true,
     45             "rainbow_mood": true,
     46             "rainbow_swirl": true,
     47             "snake": true,
     48             "knight": true,
     49             "christmas": true,
     50             "static_gradient": true,
     51             "rgb_test": true,
     52             "alternating": true,
     53             "twinkle": true
     54         }
     55     },
     56     "ws2812": {
     57         "pin": "D3"
     58     },
     59     "development_board": "promicro",
     60     "layouts": {
     61         "LAYOUT_all": {
     62             "layout": [
     63                 {"label": "Q", "matrix": [4, 4], "x": 0.5, "y": 0},
     64                 {"label": "W", "matrix": [4, 3], "x": 1.5, "y": 0},
     65                 {"label": "E", "matrix": [4, 2], "x": 2.5, "y": 0},
     66                 {"label": "R", "matrix": [4, 1], "x": 3.5, "y": 0},
     67                 {"label": "T", "matrix": [4, 0], "x": 4.5, "y": 0},
     68                 {"label": "Y", "matrix": [0, 4], "x": 5.5, "y": 0},
     69                 {"label": "U", "matrix": [0, 3], "x": 6.5, "y": 0},
     70                 {"label": "I", "matrix": [0, 2], "x": 7.5, "y": 0},
     71                 {"label": "O", "matrix": [0, 1], "x": 8.5, "y": 0},
     72                 {"label": "P", "matrix": [0, 0], "x": 9.5, "y": 0},
     73                 {"label": "Backspace", "matrix": [3, 0], "x": 10.5, "y": 0},
     74 
     75                 {"label": "A", "matrix": [5, 4], "x": 0.75, "y": 1},
     76                 {"label": "S", "matrix": [5, 3], "x": 1.75, "y": 1},
     77                 {"label": "D", "matrix": [5, 2], "x": 2.75, "y": 1},
     78                 {"label": "F", "matrix": [5, 1], "x": 3.75, "y": 1},
     79                 {"label": "G", "matrix": [5, 0], "x": 4.75, "y": 1},
     80                 {"label": "H", "matrix": [1, 4], "x": 5.75, "y": 1},
     81                 {"label": "J", "matrix": [1, 3], "x": 6.75, "y": 1},
     82                 {"label": "K", "matrix": [1, 2], "x": 7.75, "y": 1},
     83                 {"label": "L", "matrix": [1, 1], "x": 8.75, "y": 1},
     84                 {"label": "Enter", "matrix": [1, 0], "x": 9.75, "y": 1, "w": 1.75},
     85 
     86                 {"label": "Z", "matrix": [6, 4], "x": 1.25, "y": 2},
     87                 {"label": "X", "matrix": [6, 3], "x": 2.25, "y": 2},
     88                 {"label": "C", "matrix": [6, 2], "x": 3.25, "y": 2},
     89                 {"label": "V", "matrix": [6, 1], "x": 4.25, "y": 2},
     90                 {"label": "B", "matrix": [6, 0], "x": 5.25, "y": 2},
     91                 {"label": "N", "matrix": [2, 4], "x": 6.25, "y": 2},
     92                 {"label": "M", "matrix": [2, 3], "x": 7.25, "y": 2},
     93                 {"label": ",", "matrix": [2, 2], "x": 8.25, "y": 2},
     94                 {"label": ".", "matrix": [2, 1], "x": 9.25, "y": 2},
     95                 {"label": "/", "matrix": [2, 0], "x": 10.25, "y": 2, "w": 1.25},
     96 
     97                 {"label": "Ctrl", "matrix": [7, 4], "x": 0, "y": 3},
     98 
     99                 {"label": "Alt", "matrix": [3, 4], "x": 1.5, "y": 3, "w": 1.25},
    100                 {"label": "Space", "matrix": [3, 3], "x": 2.75, "y": 3, "w": 6.25},
    101                 {"label": "Fn", "matrix": [3, 2], "x": 9, "y": 3},
    102                 {"label": "Ctrl", "matrix": [3, 1], "x": 10, "y": 3, "w": 1.5}
    103             ]
    104         },
    105         "LAYOUT_isoenter": {
    106             "layout": [
    107                 {"label": "Q", "matrix": [4, 4], "x": 0.5, "y": 0},
    108                 {"label": "W", "matrix": [4, 3], "x": 1.5, "y": 0},
    109                 {"label": "E", "matrix": [4, 2], "x": 2.5, "y": 0},
    110                 {"label": "R", "matrix": [4, 1], "x": 3.5, "y": 0},
    111                 {"label": "T", "matrix": [4, 0], "x": 4.5, "y": 0},
    112                 {"label": "Y", "matrix": [0, 4], "x": 5.5, "y": 0},
    113                 {"label": "U", "matrix": [0, 3], "x": 6.5, "y": 0},
    114                 {"label": "I", "matrix": [0, 2], "x": 7.5, "y": 0},
    115                 {"label": "O", "matrix": [0, 1], "x": 8.5, "y": 0},
    116                 {"label": "P", "matrix": [0, 0], "x": 9.5, "y": 0},
    117                 {"label": "Backspace", "matrix": [3, 0], "x": 10.5, "y": 0},
    118 
    119                 {"label": "A", "matrix": [5, 4], "x": 0.75, "y": 1},
    120                 {"label": "S", "matrix": [5, 3], "x": 1.75, "y": 1},
    121                 {"label": "D", "matrix": [5, 2], "x": 2.75, "y": 1},
    122                 {"label": "F", "matrix": [5, 1], "x": 3.75, "y": 1},
    123                 {"label": "G", "matrix": [5, 0], "x": 4.75, "y": 1},
    124                 {"label": "H", "matrix": [1, 4], "x": 5.75, "y": 1},
    125                 {"label": "J", "matrix": [1, 3], "x": 6.75, "y": 1},
    126                 {"label": "K", "matrix": [1, 2], "x": 7.75, "y": 1},
    127                 {"label": "L", "matrix": [1, 1], "x": 8.75, "y": 1},
    128                 {"label": "Enter", "matrix": [1, 0], "x": 10.25, "y": 1, "w": 1.25, "h": 2},
    129 
    130                 {"label": "Z", "matrix": [6, 4], "x": 1.25, "y": 2},
    131                 {"label": "X", "matrix": [6, 3], "x": 2.25, "y": 2},
    132                 {"label": "C", "matrix": [6, 2], "x": 3.25, "y": 2},
    133                 {"label": "V", "matrix": [6, 1], "x": 4.25, "y": 2},
    134                 {"label": "B", "matrix": [6, 0], "x": 5.25, "y": 2},
    135                 {"label": "N", "matrix": [2, 4], "x": 6.25, "y": 2},
    136                 {"label": "M", "matrix": [2, 3], "x": 7.25, "y": 2},
    137                 {"label": ",", "matrix": [2, 2], "x": 8.25, "y": 2},
    138                 {"label": ".", "matrix": [2, 1], "x": 9.25, "y": 2},
    139 
    140                 {"label": "Ctrl", "matrix": [7, 4], "x": 0, "y": 3},
    141 
    142                 {"label": "Alt", "matrix": [3, 4], "x": 1.5, "y": 3, "w": 1.25},
    143                 {"label": "Space", "matrix": [3, 3], "x": 2.75, "y": 3, "w": 6.25},
    144                 {"label": "Fn", "matrix": [3, 2], "x": 9, "y": 3},
    145                 {"label": "Ctrl", "matrix": [3, 1], "x": 10, "y": 3, "w": 1.5}
    146             ]
    147         }
    148     }
    149 }