qmk_firmware

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

keyboard.json (1880B)


      1 {
      2     "keyboard_name": "Lil' BAE",
      3     "manufacturer": "Sneakbox",
      4     "maintainer": "mujimanic",
      5     "bootloader": "atmel-dfu",
      6     "build": {
      7         "lto": true
      8     },
      9     "diode_direction": "COL2ROW",
     10     "encoder": {
     11         "rotary": [
     12             {"pin_a": "D2", "pin_b": "D3"}
     13         ]
     14     },
     15    "bootmagic": {
     16         "matrix": [0, 2]
     17    },
     18     "features": {
     19         "bootmagic": true,
     20         "encoder": true,
     21         "extrakey": true,
     22         "mousekey": true
     23     },
     24     "matrix_pins": {
     25         "cols": ["B7", "D4", "D5", "D6"],
     26         "rows": ["B4"]
     27     },
     28     "processor": "atmega32u2",
     29     "url": "https://sneakbox.com",
     30     "usb": {
     31         "device_version": "0.0.1",
     32         "pid": "0x0012",
     33         "vid": "0x5342"
     34     },
     35     "layouts": {
     36         "LAYOUT_all": {
     37             "layout": [
     38                 {"matrix": [0, 0], "x": 1.75, "y": 0, "w": 1.5},
     39                 {"matrix": [0, 1], "x": 0, "y": 1},
     40                 {"matrix": [0, 2], "x": 1, "y": 1},
     41                 {"matrix": [0, 3], "x": 2, "y": 1, "w": 1.25}
     42             ]
     43         },
     44         "LAYOUT_ansi_enter": {
     45             "layout": [
     46                 {"matrix": [0, 0], "x": 0.75, "y": 0, "w": 1.5},
     47                 {"matrix": [0, 2], "x": 0, "y": 1, "w": 2.25}
     48             ]
     49         },
     50         "LAYOUT_bae": {
     51             "layout": [
     52                 {"matrix": [0, 2], "x": 0, "y": 0, "w": 2.25, "h": 2}
     53             ]
     54         },
     55         "LAYOUT_iso": {
     56             "layout": [
     57                 {"matrix": [0, 0], "x": 1, "y": 0, "w": 1.25, "h": 2},
     58                 {"matrix": [0, 1], "x": 0, "y": 1}
     59             ]
     60         },
     61         "LAYOUT_split_ansi_enter": {
     62             "layout": [
     63                 {"matrix": [0, 0], "x": 0.75, "y": 0, "w": 1.5},
     64                 {"matrix": [0, 1], "x": 0, "y": 1},
     65                 {"matrix": [0, 3], "x": 1, "y": 1, "w": 1.25}
     66             ]
     67         }
     68     }
     69 }