qmk_firmware

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

keyboard.json (1362B)


      1 {
      2     "keyboard_name": "Soup10",
      3     "manufacturer": "icesoup",
      4     "url": "https://github.com/Sadeeed/soup10",
      5     "maintainer": "Sadeeed",
      6     "usb": {
      7         "vid": "0x5375",
      8         "pid": "0x0001",
      9         "device_version": "0.0.1"
     10     },
     11     "build": {
     12         "lto": true
     13     },
     14     "features": {
     15         "bootmagic": true,
     16         "extrakey": true,
     17         "mousekey": false,
     18         "nkro": true
     19     },
     20     "qmk": {
     21         "locking": {
     22             "enabled": true,
     23             "resync": true
     24         }
     25     },
     26     "matrix_pins": {
     27         "cols": ["D7", "E6", "B4"],
     28         "rows": ["D1", "D0", "D4", "C6"]
     29     },
     30     "diode_direction": "COL2ROW",
     31     "bootmagic": {
     32         "matrix": [0, 1]
     33     },
     34     "development_board": "promicro",
     35     "layouts": {
     36         "LAYOUT": {
     37             "layout": [
     38                 {"matrix": [0, 1], "x": 1, "y": 0},
     39 
     40                 {"matrix": [1, 0], "x": 0, "y": 1},
     41                 {"matrix": [1, 1], "x": 1, "y": 1},
     42                 {"matrix": [1, 2], "x": 2, "y": 1},
     43 
     44                 {"matrix": [2, 0], "x": 0, "y": 2},
     45                 {"matrix": [2, 1], "x": 1, "y": 2},
     46                 {"matrix": [2, 2], "x": 2, "y": 2},
     47 
     48                 {"matrix": [3, 0], "x": 0, "y": 3},
     49                 {"matrix": [3, 1], "x": 1, "y": 3},
     50                 {"matrix": [3, 2], "x": 2, "y": 3}
     51             ]
     52         }
     53     }
     54 }