qmk_firmware

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

keyboard.json (1977B)


      1 {
      2     "keyboard_name": "bstk100",
      3     "manufacturer": "FREE WING",
      4     "url": "http://www.neko.ne.jp/~freewing/",
      5     "maintainer": "FREE WING",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0xB100",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": false
     16     },
     17     "qmk": {
     18         "locking": {
     19             "enabled": true,
     20             "resync": true
     21         }
     22     },
     23     "matrix_pins": {
     24         "cols": ["B5", "B4", "E6", "D7", "C6"],
     25         "rows": ["B6", "B2", "B3", "B1", "F7"]
     26     },
     27     "diode_direction": "COL2ROW",
     28     "indicators": {
     29         "caps_lock": "D5",
     30         "num_lock": "D4",
     31         "scroll_lock": "B0",
     32         "on_state": 0
     33     },
     34     "processor": "atmega32u4",
     35     "bootloader": "atmel-dfu",
     36     "layouts": {
     37         "LAYOUT": {
     38             "layout": [
     39                 {"matrix": [0, 0], "x": 0, "y": 0},
     40 
     41                 {"matrix": [3, 4], "x": 0, "y": 1},
     42                 {"matrix": [0, 3], "x": 1, "y": 1},
     43                 {"matrix": [0, 2], "x": 2, "y": 1},
     44                 {"matrix": [1, 3], "x": 3, "y": 1},
     45 
     46                 {"matrix": [1, 0], "x": 0, "y": 2},
     47                 {"matrix": [1, 1], "x": 1, "y": 2},
     48                 {"matrix": [1, 2], "x": 2, "y": 2},
     49                 {"matrix": [0, 1], "x": 3, "y": 2},
     50 
     51                 {"matrix": [2, 0], "x": 0, "y": 3},
     52                 {"matrix": [2, 1], "x": 1, "y": 3},
     53                 {"matrix": [2, 2], "x": 2, "y": 3},
     54                 {"matrix": [2, 3], "x": 3, "y": 3},
     55 
     56                 {"matrix": [3, 0], "x": 0, "y": 4},
     57                 {"matrix": [3, 1], "x": 1, "y": 4},
     58                 {"matrix": [3, 2], "x": 2, "y": 4},
     59                 {"matrix": [3, 3], "x": 3, "y": 4, "h": 2},
     60 
     61                 {"matrix": [4, 0], "x": 0, "y": 5},
     62                 {"matrix": [4, 1], "x": 1, "y": 5},
     63                 {"matrix": [4, 3], "x": 2, "y": 5}
     64             ]
     65         }
     66     }
     67 }