qmk_firmware

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

keyboard.json (1257B)


      1 {
      2     "keyboard_name": "Mach 3",
      3     "manufacturer": "MachKeyboard",
      4     "url": "https://machkeyboards.com",
      5     "maintainer": "etiennelepagel",
      6     "usb": {
      7         "vid": "0x4D41",
      8         "pid": "0x4D33",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "backlight": true,
     13         "bootmagic": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false,
     17         "unicode": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["E6", "B4", "B5"],
     21         "rows": ["D1", "D0", "D4"]
     22     },
     23     "diode_direction": "COL2ROW",
     24     "backlight": {
     25         "pin": "B6",
     26         "levels": 5,
     27         "breathing": true
     28     },
     29     "development_board": "promicro",
     30     "layouts": {
     31         "LAYOUT_3x3": {
     32             "layout": [
     33                 {"matrix": [0, 0], "x": 0, "y": 0},
     34                 {"matrix": [0, 1], "x": 1, "y": 0},
     35                 {"matrix": [0, 2], "x": 2, "y": 0},
     36 
     37                 {"matrix": [1, 0], "x": 0, "y": 1},
     38                 {"matrix": [1, 1], "x": 1, "y": 1},
     39                 {"matrix": [1, 2], "x": 2, "y": 1},
     40 
     41                 {"matrix": [2, 0], "x": 0, "y": 2},
     42                 {"matrix": [2, 1], "x": 1, "y": 2},
     43                 {"matrix": [2, 2], "x": 2, "y": 2}
     44             ]
     45         }
     46     }
     47 }