qmk_firmware

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

info.json (983B)


      1 {
      2     "keyboard_name": "namecard2x4",
      3     "manufacturer": "takashiski",
      4     "url": "https://skyhigh-works.hatenablog.com/",
      5     "maintainer": "takashiski",
      6     "features": {
      7         "bootmagic": false,
      8         "command": true,
      9         "console": true,
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": false
     13     },
     14     "usb": {
     15         "vid": "0xFEED",
     16         "pid": "0x0000",
     17         "device_version": "0.0.1"
     18     },
     19     "development_board": "promicro",
     20     "layouts": {
     21         "LAYOUT": {
     22             "layout": [
     23                 {"matrix": [0, 0], "x": 0, "y": 0},
     24                 {"matrix": [0, 1], "x": 1, "y": 0},
     25                 {"matrix": [0, 2], "x": 2, "y": 0},
     26                 {"matrix": [0, 3], "x": 3, "y": 0},
     27 
     28                 {"matrix": [1, 0], "x": 0, "y": 1},
     29                 {"matrix": [1, 1], "x": 1, "y": 1},
     30                 {"matrix": [1, 2], "x": 2, "y": 1},
     31                 {"matrix": [1, 3], "x": 3, "y": 1}
     32             ]
     33         }
     34     }
     35 }