qmk_firmware

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

keyboard.json (1561B)


      1 {
      2     "keyboard_name": "Launch Pad",
      3     "manufacturer": "Maple Computing",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x1337",
      7         "pid": "0x6007",
      8         "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11         "led_count": 10,
     12         "animations": {
     13             "breathing": true,
     14             "rainbow_mood": true,
     15             "rainbow_swirl": true,
     16             "snake": true,
     17             "knight": true,
     18             "christmas": true,
     19             "static_gradient": true,
     20             "rgb_test": true,
     21             "alternating": true,
     22             "twinkle": true
     23         }
     24     },
     25     "ws2812": {
     26         "pin": "F6"
     27     },
     28     "matrix_pins": {
     29         "cols": ["D2", "F7"],
     30         "rows": ["C6", "B1", "B3", "D7"]
     31     },
     32     "diode_direction": "COL2ROW",
     33     "development_board": "promicro",
     34     "features": {
     35         "bootmagic": false,
     36         "mousekey": false,
     37         "extrakey": true,
     38         "nkro": true
     39     },
     40     "qmk": {
     41         "locking": {
     42             "enabled": true,
     43             "resync": true
     44         }
     45     },
     46     "layouts": {
     47         "LAYOUT": {
     48             "layout": [
     49                 {"matrix": [0, 0], "x": 0, "y": 0},
     50                 {"matrix": [0, 1], "x": 1, "y": 0},
     51 
     52                 {"matrix": [1, 0], "x": 0, "y": 1},
     53                 {"matrix": [1, 1], "x": 1, "y": 1},
     54 
     55                 {"matrix": [2, 0], "x": 0, "y": 2},
     56                 {"matrix": [2, 1], "x": 1, "y": 2},
     57 
     58                 {"matrix": [3, 0], "x": 0, "y": 3},
     59                 {"matrix": [3, 1], "x": 1, "y": 3}
     60             ]
     61         }
     62     }
     63 }