qmk_firmware

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

keyboard.json (2255B)


      1 {
      2     "keyboard_name": "spaget",
      3     "manufacturer": "obuwunkunubi",
      4     "maintainer": "obuwunkunubi",
      5     "usb": {
      6         "vid": "0x1337",
      7         "pid": "0x6969",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "command": true,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": true,
     17         "oled": true,
     18         "unicode": true
     19     },
     20     "qmk": {
     21         "locking": {
     22             "enabled": true,
     23             "resync": true
     24         }
     25     },
     26     "matrix_pins": {
     27         "cols": ["B1", "B3", "B2", "B6"],
     28         "rows": ["D4", "C6", "D7", "E6", "B4", "B5"]
     29     },
     30     "diode_direction": "COL2ROW",
     31     "encoder": {
     32         "rotary": [
     33             {"pin_a": "F5", "pin_b": "F4"},
     34             {"pin_a": "F7", "pin_b": "F6"}
     35         ]
     36     },
     37     "processor": "atmega32u4",
     38     "bootloader": "caterina",
     39     "layouts": {
     40         "LAYOUT": {
     41             "layout": [
     42                 {"matrix": [2, 3], "x": 0, "y": 0},
     43                 {"matrix": [4, 3], "x": 3, "y": 0},
     44 
     45                 {"matrix": [0, 0], "x": 0, "y": 1.5},
     46                 {"matrix": [0, 1], "x": 1, "y": 1.5},
     47                 {"matrix": [0, 2], "x": 2, "y": 1.5},
     48                 {"matrix": [0, 3], "x": 3, "y": 1.5},
     49 
     50                 {"matrix": [1, 0], "x": 0, "y": 2.5},
     51                 {"matrix": [1, 1], "x": 1, "y": 2.5},
     52                 {"matrix": [1, 2], "x": 2, "y": 2.5},
     53                 {"matrix": [1, 3], "x": 3, "y": 2.5},
     54 
     55                 {"matrix": [2, 0], "x": 0, "y": 3.5},
     56                 {"matrix": [2, 1], "x": 1, "y": 3.5},
     57                 {"matrix": [2, 2], "x": 2, "y": 3.5},
     58 
     59                 {"matrix": [3, 0], "x": 0, "y": 4.5},
     60                 {"matrix": [3, 1], "x": 1, "y": 4.5},
     61                 {"matrix": [3, 2], "x": 2, "y": 4.5},
     62                 {"matrix": [3, 3], "x": 3, "y": 3.5, "h": 2},
     63 
     64                 {"matrix": [4, 0], "x": 0, "y": 5.5},
     65                 {"matrix": [4, 1], "x": 1, "y": 5.5},
     66                 {"matrix": [4, 2], "x": 2, "y": 5.5},
     67 
     68                 {"matrix": [5, 1], "x": 0, "y": 6.5, "w": 2},
     69                 {"matrix": [5, 2], "x": 2, "y": 6.5},
     70                 {"matrix": [5, 3], "x": 3, "y": 5.5, "h": 2}
     71             ]
     72         }
     73     }
     74 }