qmk_firmware

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

info.json (3052B)


      1 {
      2     "keyboard_name": "Lefty",
      3     "manufacturer": "SmollChungus",
      4     "url": "https://github.com/smollchungus",
      5     "maintainer": "smollchungus",
      6     "build": {
      7         "lto": true
      8     },
      9     "features": {
     10         "bootmagic": true,
     11         "extrakey": true,
     12         "mousekey": false,
     13         "nkro": false,
     14         "oled": true
     15     },
     16     "qmk": {
     17         "locking": {
     18             "enabled": true,
     19             "resync": true
     20         }
     21     },
     22     "usb": {
     23         "vid": "0x5363",
     24         "pid": "0x0001",
     25         "device_version": "0.0.1"
     26     },
     27     "processor": "atmega32u4",
     28     "bootloader": "atmel-dfu",
     29     "layout_aliases": {
     30         "LAYOUT_all": "LAYOUT"
     31     },
     32     "layouts": {
     33         "LAYOUT": {
     34             "layout": [
     35                 {"label": "\u2191", "matrix": [0, 0], "x": 0.5, "y": 0},
     36                 {"label": "Esc", "matrix": [0, 1], "x": 2, "y": 0},
     37                 {"label": "1", "matrix": [0, 2], "x": 3, "y": 0},
     38                 {"label": "2", "matrix": [0, 3], "x": 4, "y": 0},
     39                 {"label": "3", "matrix": [0, 4], "x": 5, "y": 0},
     40                 {"label": "4", "matrix": [0, 5], "x": 6, "y": 0},
     41                 {"label": "5", "matrix": [0, 6], "x": 7, "y": 0},
     42                 {"label": "6", "matrix": [0, 7], "x": 8, "y": 0},
     43 
     44                 {"label": "\u2193", "matrix": [1, 0], "x": 0.25, "y": 1},
     45                 {"label": "Tab", "matrix": [1, 1], "x": 1.75, "y": 1, "w": 1.5},
     46                 {"label": "Q", "matrix": [1, 2], "x": 3.25, "y": 1},
     47                 {"label": "W", "matrix": [1, 3], "x": 4.25, "y": 1},
     48                 {"label": "E", "matrix": [1, 4], "x": 5.25, "y": 1},
     49                 {"label": "R", "matrix": [1, 5], "x": 6.25, "y": 1},
     50                 {"label": "T", "matrix": [1, 6], "x": 7.25, "y": 1},
     51 
     52                 {"label": "\u2192", "matrix": [2, 0], "x": 0, "y": 2},
     53                 {"label": "Fn", "matrix": [2, 1], "x": 1.5, "y": 2, "w": 1.75},
     54                 {"label": "A", "matrix": [2, 2], "x": 3.25, "y": 2},
     55                 {"label": "S", "matrix": [2, 3], "x": 4.25, "y": 2},
     56                 {"label": "D", "matrix": [2, 4], "x": 5.25, "y": 2},
     57                 {"label": "F", "matrix": [2, 5], "x": 6.25, "y": 2},
     58                 {"label": "G", "matrix": [2, 6], "x": 7.25, "y": 2},
     59 
     60                 {"label": "Shift", "matrix": [3, 1], "x": 1.25, "y": 3, "w": 2.25},
     61                 {"label": "Z", "matrix": [3, 2], "x": 3.5, "y": 3},
     62                 {"label": "X", "matrix": [3, 3], "x": 4.5, "y": 3},
     63                 {"label": "C", "matrix": [3, 4], "x": 5.5, "y": 3},
     64                 {"label": "V", "matrix": [3, 5], "x": 6.5, "y": 3},
     65                 {"label": "B", "matrix": [3, 6], "x": 7.5, "y": 3},
     66 
     67                 {"label": "Ctrl", "matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
     68                 {"label": "Alt", "matrix": [4, 3], "x": 4.5, "y": 4, "w": 1.25},
     69                 {"label": "Fn2", "matrix": [4, 4], "x": 5.75, "y": 4, "w": 2},
     70                 {"label": "Fn3", "matrix": [4, 6], "x": 7.75, "y": 4, "w": 1.25}
     71             ]
     72         }
     73     }
     74 }