qmk_firmware

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

keyboard.json (1237B)


      1 {
      2     "keyboard_name": "2x4",
      3     "manufacturer": "Stream Cheap",
      4     "url": "https://www.thingiverse.com/thing:4497991",
      5     "maintainer": "qmk",
      6     "usb": {
      7         "vid": "0x7363",
      8         "pid": "0x1214",
      9         "device_version": "0.0.1"
     10     },
     11     "processor": "atmega32u4",
     12     "bootloader": "caterina",
     13     "build": {
     14         "lto": true
     15     },
     16     "features": {
     17         "bootmagic": true,
     18         "extrakey": true,
     19         "mousekey": true,
     20         "nkro": true
     21     },
     22     "qmk": {
     23         "locking": {
     24             "enabled": true,
     25             "resync": true
     26         }
     27     },
     28     "matrix_pins": {
     29         "direct": [
     30             ["D1", "D0", "D4", "C6"],
     31             ["D7", "E6", "B4", "B5"]
     32         ]
     33     },
     34     "layouts": {
     35         "LAYOUT_ortho_2x4": {
     36             "layout": [
     37                 {"x": 0, "y": 0, "matrix": [0, 0]},
     38                 {"x": 1, "y": 0, "matrix": [0, 1]},
     39                 {"x": 2, "y": 0, "matrix": [0, 2]},
     40                 {"x": 3, "y": 0, "matrix": [0, 3]},
     41                 {"x": 0, "y": 1, "matrix": [1, 0]},
     42                 {"x": 1, "y": 1, "matrix": [1, 1]},
     43                 {"x": 2, "y": 1, "matrix": [1, 2]},
     44                 {"x": 3, "y": 1, "matrix": [1, 3]}
     45             ]
     46         }
     47     }
     48 }