qmk_firmware

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

keyboard.json (1494B)


      1 {
      2     "keyboard_name": "pluto12",
      3     "manufacturer": "psuieee",
      4     "url": "https://github.com/psuieee/pluto12",
      5     "maintainer": "wymcg",
      6     "usb": {
      7         "vid": "0x4747",
      8         "pid": "0x7012",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["D7", "E6", "B4", "B5"],
     26         "rows": ["D0", "D4", "C6"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "encoder": {
     30         "rotary": [
     31             {"pin_a": "B6", "pin_b": "B2"}
     32         ]
     33     },
     34     "development_board": "promicro",
     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                 {"matrix": [0, 3], "x": 3, "y": 0},
     42 
     43                 {"matrix": [1, 0], "x": 0, "y": 1},
     44                 {"matrix": [1, 1], "x": 1, "y": 1},
     45                 {"matrix": [1, 2], "x": 2, "y": 1},
     46                 {"matrix": [1, 3], "x": 3, "y": 1},
     47 
     48                 {"matrix": [2, 0], "x": 0, "y": 2},
     49                 {"matrix": [2, 1], "x": 1, "y": 2},
     50                 {"matrix": [2, 2], "x": 2, "y": 2},
     51                 {"matrix": [2, 3], "x": 3, "y": 2}
     52             ]
     53         }
     54     }
     55 }