qmk_firmware

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

keyboard.json (796B)


      1 {
      2     "manufacturer": "mikiya418",
      3     "keyboard_name": "5keys",
      4     "maintainer": "mikiya418",
      5     "development_board": "promicro",
      6     "features": {
      7         "bootmagic": true,
      8         "extrakey": true,
      9         "mousekey": true,
     10         "nkro": false
     11     },
     12     "matrix_pins": {
     13         "direct": [
     14             ["F4","F5","F6","F7","B1"]
     15         ]
     16     },
     17     "usb": {
     18         "device_version": "1.0.0",
     19         "pid": "0x0001",
     20         "vid": "0x4D4B"
     21     },
     22     "layouts": {
     23         "LAYOUT": {
     24             "layout": [
     25                 {"matrix":[0,0], "x":0, "y":0}, 
     26                 {"matrix":[0,1], "x":1, "y":0}, 
     27                 {"matrix":[0,2], "x":2, "y":0}, 
     28                 {"matrix":[0,3], "x":3, "y":0}, 
     29                 {"matrix":[0,4], "x":4, "y":0}
     30             ]
     31         }
     32     }
     33 }