qmk_firmware

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

keyboard.json (4074B)


      1 {
      2     "keyboard_name": "super16v2",
      3     "manufacturer": "1upkeyboards",
      4     "maintainer": "qmk",
      5     "usb": {
      6       "vid": "0x6F75",
      7       "pid": "0x5517",
      8       "device_version": "0.0.1"
      9     },
     10     "ws2812": {
     11       "pin": "B5"
     12     },
     13     "rgb_matrix": {
     14         "animmations": {
     15             "alphas_mods": true,
     16             "gradient_up_down": true,
     17             "gradient_left_right": true,
     18             "breathing": true,
     19             "band_sat": true,
     20             "band_val": true,
     21             "band_pinwheel_sat": true,
     22             "band_pinwheel_val": true,
     23             "band_spiral_sat": true,
     24             "band_spiral_val": true,
     25             "cycle_all": true,
     26             "cycle_left_right": true,
     27             "cycle_up_down": true,
     28             "rainbow_moving_chevron": true,
     29             "cycle_out_in": true,
     30             "cycle_out_in_dual": true,
     31             "cycle_pinwheel": true,
     32             "cycle_spiral": true,
     33             "dual_beacon": true,
     34             "rainbow_beacon": true,
     35             "rainbow_pinwheels": true,
     36             "raindrops": true,
     37             "jellybean_raindrops": true,
     38             "hue_breathing": true,
     39             "hue_pendulum": true,
     40             "hue_wave": true,
     41             "pixel_rain": true,
     42             "pixel_flow": true,
     43             "pixel_fractal": true,
     44             "solid_reactive_simple": true,
     45             "solid_reactive": true,
     46             "splash": true
     47       },
     48       "driver": "ws2812",
     49       "layout": [
     50           {"matrix": [0, 3], "x": 28, "y": 12, "flags": 4},
     51           {"matrix": [0, 2], "x": 84, "y": 12, "flags": 4},
     52           {"matrix": [0, 1], "x": 140, "y": 12, "flags": 4},
     53           {"matrix": [0, 0], "x": 196, "y": 12, "flags": 4},
     54           {"matrix": [1, 3], "x": 28, "y": 28, "flags": 4},
     55           {"matrix": [1, 2], "x": 84, "y": 28, "flags": 4},
     56           {"matrix": [1, 1], "x": 140, "y": 28, "flags": 4},
     57           {"matrix": [1, 0], "x": 196, "y": 28, "flags": 4},
     58           {"matrix": [2, 3], "x": 28, "y": 44, "flags": 4},
     59           {"matrix": [2, 2], "x": 84, "y": 44, "flags": 4},
     60           {"matrix": [2, 1], "x": 140, "y": 44, "flags": 4},
     61           {"matrix": [2, 0], "x": 196, "y": 44, "flags": 4},
     62           {"matrix": [3, 3], "x": 28, "y": 60, "flags": 4},
     63           {"matrix": [3, 2], "x": 84, "y": 60, "flags": 4},
     64           {"matrix": [3, 1], "x": 140, "y": 60, "flags": 4},
     65           {"matrix": [3, 0], "x": 196, "y": 60, "flags": 4},
     66           {"x": 168, "y": 48, "flags": 2},
     67           {"x": 168, "y": 16, "flags": 2},
     68           {"x": 58, "y": 16, "flags": 2},
     69           {"x": 56, "y": 48, "flags": 2}
     70       ],
     71       "sleep": true
     72     },
     73     "features": {
     74         "bootmagic": true,
     75         "encoder": true,
     76         "extrakey": true,
     77         "mousekey": true,
     78         "nkro": false,
     79         "rgb_matrix": true
     80     },
     81     "qmk": {
     82       "locking": {
     83         "enabled": true,
     84         "resync": true
     85       }
     86     },
     87     "matrix_pins": {
     88       "cols": ["D5", "D6", "C2", "D0"],
     89       "rows": ["D1", "D2", "D3", "D4"]
     90     },
     91     "diode_direction": "COL2ROW",
     92     "encoder": {
     93       "rotary": [
     94         {"pin_a": "B1", "pin_b": "B2"},
     95         {"pin_a": "B3", "pin_b": "B4"}
     96       ]
     97     },
     98     "processor": "atmega32u2",
     99     "bootloader": "atmel-dfu",
    100     "layouts": {
    101       "LAYOUT_ortho_4x4": {
    102         "layout": [
    103           {"matrix": [0, 0], "x": 0, "y": 0},
    104           {"matrix": [0, 1], "x": 1, "y": 0},
    105           {"matrix": [0, 2], "x": 2, "y": 0},
    106           {"matrix": [0, 3], "x": 3, "y": 0},
    107 
    108           {"matrix": [1, 0], "x": 0, "y": 1},
    109           {"matrix": [1, 1], "x": 1, "y": 1},
    110           {"matrix": [1, 2], "x": 2, "y": 1},
    111           {"matrix": [1, 3], "x": 3, "y": 1},
    112 
    113           {"matrix": [2, 0], "x": 0, "y": 2},
    114           {"matrix": [2, 1], "x": 1, "y": 2},
    115           {"matrix": [2, 2], "x": 2, "y": 2},
    116           {"matrix": [2, 3], "x": 3, "y": 2},
    117 
    118           {"matrix": [3, 0], "x": 0, "y": 3},
    119           {"matrix": [3, 1], "x": 1, "y": 3},
    120           {"matrix": [3, 2], "x": 2, "y": 3},
    121           {"matrix": [3, 3], "x": 3, "y": 3}
    122         ]
    123       }
    124     }
    125   }