qmk_firmware

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

keyboard.json (1199B)


      1 {
      2     "keyboard_name": "neopad",
      3     "manufacturer": "ivndbt",
      4     "url": "https://github.com/ivndbt/neopad)",
      5     "maintainer": "ivndbt",
      6     "usb": {
      7         "vid": "0x6961",
      8         "pid": "0x3031",
      9         "device_version": "0.1.0"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "console": true,
     14         "encoder": true,
     15         "extrakey": true,
     16         "key_lock": true,
     17         "mousekey": true,
     18         "nkro": false
     19     },
     20     "matrix_pins": {
     21         "cols": ["B3", "B2", "B6"],
     22         "rows": ["F4", "F5"]
     23     },
     24     "diode_direction": "COL2ROW",
     25     "encoder": {
     26         "rotary": [
     27             {"pin_a": "D1", "pin_b": "D0"},
     28             {"pin_a": "D4", "pin_b": "C6"}
     29         ]
     30     },
     31     "development_board": "promicro",
     32     "tapping": {
     33         "toggle": 2
     34     },
     35     "layouts": {
     36         "LAYOUT": {
     37             "layout": [
     38                 {"matrix": [0, 0], "x": 0, "y": 0},
     39                 {"matrix": [0, 1], "x": 1, "y": 0},
     40                 {"matrix": [0, 2], "x": 2, "y": 0},
     41 
     42                 {"matrix": [1, 0], "x": 0, "y": 1},
     43                 {"matrix": [1, 1], "x": 1, "y": 1},
     44                 {"matrix": [1, 2], "x": 2, "y": 1}
     45             ]
     46         }
     47     }
     48 }