qmk_firmware

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

keyboard.json (1221B)


      1 {
      2     "keyboard_name": "Six Pack",
      3     "manufacturer": "di0ib",
      4     "url": "https://www.40percent.club/2017/05/six-pack-11.html",
      5     "maintainer": "qmk",
      6     "usb": {
      7       "vid": "0x4025",
      8       "pid": "0x5350",
      9       "device_version": "10.0.1"
     10     },
     11     "backlight": {
     12       "driver": "timer",
     13       "pins": ["F4", "F5"],
     14       "levels": 6,
     15       "breathing": true
     16     },
     17     "indicators": {
     18       "caps_lock": "B0",
     19       "num_lock": "D5",
     20       "on_state": 0
     21     },
     22     "development_board": "promicro",
     23     "features": {
     24         "backlight": true,
     25         "bootmagic": true,
     26         "extrakey": true,
     27         "mousekey": true,
     28         "nkro": false
     29     },
     30     "matrix_pins": {
     31       "direct": [
     32         ["D4", "C6", "D7"],
     33         ["E6", "B4", "B5"]
     34       ]
     35     },
     36     "community_layouts": ["ortho_2x3"],
     37     "layouts": {
     38         "LAYOUT_ortho_2x3": {
     39           "layout": [
     40                 {"x": 0, "y": 0, "matrix": [0, 0]},
     41                 {"x": 1, "y": 0, "matrix": [0, 1]},
     42                 {"x": 2, "y": 0, "matrix": [0, 2]},
     43                 {"x": 0, "y": 1, "matrix": [1, 0]},
     44                 {"x": 1, "y": 1, "matrix": [1, 1]},
     45                 {"x": 2, "y": 1, "matrix": [1, 2]}
     46           ]
     47         }
     48     }
     49 }