qmk_firmware

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

keyboard.json (1119B)


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