qmk_firmware

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

keyboard.json (3529B)


      1 {
      2     "keyboard_name": "Genesis Rev1",
      3     "manufacturer": "customMK",
      4     "url": "https://www.customMK.com",
      5     "maintainer": "customMK",
      6     "usb": {
      7         "vid": "0xF35B",
      8         "pid": "0xFAB0",
      9         "device_version": "0.0.1"
     10     },
     11     "ws2812": {
     12         "pin": "E6"
     13     },
     14     "rgblight": {
     15         "saturation_steps": 8,
     16         "brightness_steps": 8,
     17         "led_count": 13,
     18         "max_brightness": 128,
     19         "animations": {
     20             "breathing": true,
     21             "rainbow_mood": true,
     22             "rainbow_swirl": true,
     23             "snake": true,
     24             "knight": true,
     25             "christmas": true,
     26             "static_gradient": true,
     27             "rgb_test": true,
     28             "alternating": true,
     29             "twinkle": true
     30         }
     31     },
     32     "matrix_pins": {
     33         "cols": ["F4", "F5", "D7", "B4"],
     34         "rows": ["F0", "C7", "C6", "B6", "B5"]
     35     },
     36     "diode_direction": "COL2ROW",
     37     "encoder": {
     38         "rotary": [
     39             {"pin_a": "F6", "pin_b": "F7", "resolution": 2},
     40             {"pin_a": "D2", "pin_b": "D1", "resolution": 2}
     41         ]
     42     },
     43     "qmk": {
     44         "tap_keycode_delay": 10
     45     },
     46     "processor": "atmega32u4",
     47     "bootloader": "qmk-dfu",
     48     "features": {
     49         "bootmagic": true,
     50         "mousekey": true,
     51         "extrakey": true,
     52         "nkro": true,
     53         "rgblight": true,
     54         "encoder": true
     55     },
     56     "layouts": {
     57         "LAYOUT_ortho_5x4": {
     58             "layout": [
     59                 {"matrix": [0, 0], "x": 0, "y": 0},
     60                 {"matrix": [0, 1], "x": 1, "y": 0},
     61                 {"matrix": [0, 2], "x": 2, "y": 0},
     62                 {"matrix": [0, 3], "x": 3, "y": 0},
     63 
     64                 {"matrix": [1, 0], "x": 0, "y": 1},
     65                 {"matrix": [1, 1], "x": 1, "y": 1},
     66                 {"matrix": [1, 2], "x": 2, "y": 1},
     67                 {"matrix": [1, 3], "x": 3, "y": 1},
     68 
     69                 {"matrix": [2, 0], "x": 0, "y": 2},
     70                 {"matrix": [2, 1], "x": 1, "y": 2},
     71                 {"matrix": [2, 2], "x": 2, "y": 2},
     72                 {"matrix": [2, 3], "x": 3, "y": 2},
     73 
     74                 {"matrix": [3, 0], "x": 0, "y": 3},
     75                 {"matrix": [3, 1], "x": 1, "y": 3},
     76                 {"matrix": [3, 2], "x": 2, "y": 3},
     77                 {"matrix": [3, 3], "x": 3, "y": 3},
     78 
     79                 {"matrix": [4, 0], "x": 0, "y": 4},
     80                 {"matrix": [4, 1], "x": 1, "y": 4},
     81                 {"matrix": [4, 2], "x": 2, "y": 4},
     82                 {"matrix": [4, 3], "x": 3, "y": 4}
     83             ]
     84         },
     85         "LAYOUT_numpad_5x4": {
     86             "layout": [
     87                 {"matrix": [0, 0], "x": 0, "y": 0},
     88                 {"matrix": [0, 1], "x": 1, "y": 0},
     89                 {"matrix": [0, 2], "x": 2, "y": 0},
     90                 {"matrix": [0, 3], "x": 3, "y": 0},
     91 
     92                 {"matrix": [1, 0], "x": 0, "y": 1},
     93                 {"matrix": [1, 1], "x": 1, "y": 1},
     94                 {"matrix": [1, 2], "x": 2, "y": 1},
     95                 {"matrix": [2, 0], "x": 3, "y": 1, "h": 2},
     96 
     97                 {"matrix": [2, 1], "x": 0, "y": 2},
     98                 {"matrix": [2, 2], "x": 1, "y": 2},
     99                 {"matrix": [2, 3], "x": 2, "y": 2},
    100 
    101                 {"matrix": [3, 0], "x": 0, "y": 3},
    102                 {"matrix": [3, 1], "x": 1, "y": 3},
    103                 {"matrix": [3, 2], "x": 2, "y": 3},
    104                 {"matrix": [4, 0], "x": 3, "y": 3, "h": 2},
    105 
    106                 {"matrix": [4, 2], "x": 0, "y": 4, "w": 2},
    107                 {"matrix": [4, 3], "x": 2, "y": 4}
    108             ]
    109         }
    110     }
    111 }