qmk_firmware

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

keyboard.json (3147B)


      1 {
      2     "keyboard_name": "MurphPad",
      3     "manufacturer": "MechWild",
      4     "url": "mechwild.com",
      5     "maintainer": "Kyle McCreery",
      6     "usb": {
      7         "vid": "0x6D77",
      8         "pid": "0x1705",
      9         "device_version": "3.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false,
     17         "oled": true,
     18         "rgblight": true
     19     },
     20     "matrix_pins": {
     21         "cols": ["B5", "D7", "C6", "D4", "B6"],
     22         "rows": ["F5", "B2", "B3", "B1", "F7", "F6"]
     23     },
     24     "diode_direction": "COL2ROW",
     25     "encoder": {
     26         "rotary": [
     27             {"pin_a": "E6", "pin_b": "B4"},
     28             {"pin_a": "D2", "pin_b": "D3"}
     29         ]
     30     },
     31     "qmk": {
     32         "tap_keycode_delay": 10,
     33         "locking": {
     34             "enabled": true,
     35             "resync": true
     36         }
     37     },
     38     "bootmagic": {
     39         "matrix": [0, 1]
     40     },
     41     "rgblight": {
     42         "saturation_steps": 8,
     43         "brightness_steps": 8,
     44         "led_count": 8,
     45         "sleep": true,
     46         "animations": {
     47             "breathing": true,
     48             "rainbow_mood": true,
     49             "rainbow_swirl": true,
     50             "snake": true,
     51             "knight": true,
     52             "christmas": true,
     53             "static_gradient": true,
     54             "rgb_test": true,
     55             "alternating": true,
     56             "twinkle": true
     57         }
     58     },
     59     "ws2812": {
     60         "pin": "F4"
     61     },
     62     "development_board": "promicro",
     63     "layouts": {
     64         "LAYOUT": {
     65             "layout": [
     66                 {"matrix": [0, 1], "x": 1, "y": 0},
     67                 {"matrix": [0, 2], "x": 2, "y": 0},
     68                 {"matrix": [0, 3], "x": 3, "y": 0},
     69                 {"matrix": [0, 4], "x": 4, "y": 0},
     70 
     71                 {"matrix": [1, 1], "x": 1, "y": 1},
     72                 {"matrix": [1, 2], "x": 2, "y": 1},
     73                 {"matrix": [1, 3], "x": 3, "y": 1},
     74                 {"matrix": [1, 4], "x": 4, "y": 1},
     75 
     76                 {"matrix": [2, 1], "x": 1, "y": 2},
     77                 {"matrix": [2, 2], "x": 2, "y": 2},
     78                 {"matrix": [2, 3], "x": 3, "y": 2},
     79                 {"matrix": [2, 4], "x": 4, "y": 2},
     80 
     81                 {"matrix": [3, 0], "x": 0, "y": 3},
     82                 {"matrix": [3, 1], "x": 1, "y": 3},
     83                 {"matrix": [3, 2], "x": 2, "y": 3},
     84                 {"matrix": [3, 3], "x": 3, "y": 3},
     85                 {"matrix": [3, 4], "x": 4, "y": 3},
     86 
     87                 {"matrix": [4, 0], "x": 0, "y": 4},
     88                 {"matrix": [4, 1], "x": 1, "y": 4},
     89                 {"matrix": [4, 2], "x": 2, "y": 4},
     90                 {"matrix": [4, 3], "x": 3, "y": 4},
     91                 {"matrix": [4, 4], "x": 4, "y": 4},
     92 
     93                 {"matrix": [5, 0], "x": 0, "y": 5},
     94                 {"matrix": [5, 1], "x": 1, "y": 5},
     95                 {"matrix": [5, 2], "x": 2, "y": 5},
     96                 {"matrix": [5, 3], "x": 3, "y": 5},
     97                 {"matrix": [5, 4], "x": 4, "y": 5},
     98 
     99                 {"matrix": [0, 0], "x": 1, "y": 6},
    100                 {"matrix": [1, 0], "x": 2, "y": 6},
    101                 {"matrix": [2, 0], "x": 3, "y": 6}
    102             ]
    103         }
    104     }
    105 }