qmk_firmware

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

keyboard.json (5849B)


      1 {
      2     "keyboard_name": "GMMK Numpad",
      3     "manufacturer": "Glorious",
      4     "url": "https://www.gloriousgaming.com/products/gmmk-numpad",
      5     "maintainer": "GloriousThrall",
      6     "usb": {
      7         "vid": "0x320F",
      8         "pid": "0x5088",
      9         "device_version": "0.0.1",
     10         "shared_endpoint": {
     11             "keyboard": true
     12         }
     13     },
     14     "eeprom": {
     15         "driver": "wear_leveling",
     16         "wear_leveling": {
     17             "driver": "spi_flash",
     18             "backing_size": 2048
     19         }
     20     },
     21     "encoder": {
     22         "rotary": [
     23             {"pin_a": "A2", "pin_b": "A1"}
     24         ]
     25     },
     26     "rgb_matrix": {
     27         "animations": {
     28             "alphas_mods": true,
     29             "gradient_up_down": true,
     30             "gradient_left_right": true,
     31             "breathing": true,
     32             "band_sat": true,
     33             "band_val": true,
     34             "band_pinwheel_sat": true,
     35             "band_pinwheel_val": true,
     36             "band_spiral_sat": true,
     37             "band_spiral_val": true,
     38             "cycle_all": true,
     39             "cycle_left_right": true,
     40             "cycle_up_down": true,
     41             "rainbow_moving_chevron": true,
     42             "cycle_out_in": true,
     43             "cycle_out_in_dual": true,
     44             "cycle_pinwheel": true,
     45             "cycle_spiral": true,
     46             "dual_beacon": true,
     47             "rainbow_beacon": true,
     48             "rainbow_pinwheels": true,
     49             "raindrops": true,
     50             "jellybean_raindrops": true,
     51             "hue_breathing": true,
     52             "hue_pendulum": true,
     53             "hue_wave": true,
     54             "pixel_rain": true,
     55             "pixel_flow": true,
     56             "pixel_fractal": true,
     57             "typing_heatmap": true,
     58             "digital_rain": true,
     59             "solid_reactive_simple": true,
     60             "solid_reactive": true,
     61             "solid_reactive_wide": true,
     62             "solid_reactive_multiwide": true,
     63             "solid_reactive_cross": true,
     64             "solid_reactive_multicross": true,
     65             "solid_reactive_nexus": true,
     66             "solid_reactive_multinexus": true,
     67             "splash": true,
     68             "multisplash": true,
     69             "solid_splash": true,
     70             "solid_multisplash": true
     71         },
     72         "driver": "aw20216s",
     73         "layout": [
     74             {"matrix": [0, 0], "x": 45, "y": 0, "flags": 4},
     75             {"matrix": [0, 1], "x": 90, "y": 0, "flags": 4},
     76             {"matrix": [0, 2], "x": 134, "y": 0, "flags": 4},
     77             {"matrix": [0, 3], "x": 179, "y": 0, "flags": 4},
     78             {"matrix": [1, 0], "x": 45, "y": 16, "flags": 4},
     79             {"matrix": [1, 1], "x": 90, "y": 16, "flags": 4},
     80             {"matrix": [1, 2], "x": 134, "y": 16, "flags": 4},
     81             {"matrix": [1, 3], "x": 179, "y": 24, "flags": 4},
     82             {"matrix": [2, 0], "x": 45, "y": 32, "flags": 4},
     83             {"matrix": [2, 1], "x": 90, "y": 32, "flags": 4},
     84             {"matrix": [2, 2], "x": 134, "y": 32, "flags": 4},
     85             {"matrix": [3, 0], "x": 45, "y": 48, "flags": 4},
     86             {"matrix": [3, 1], "x": 90, "y": 48, "flags": 4},
     87             {"matrix": [3, 2], "x": 134, "y": 48, "flags": 4},
     88             {"matrix": [3, 3], "x": 179, "y": 56, "flags": 4},
     89             {"matrix": [4, 0], "x": 67, "y": 64, "flags": 4},
     90             {"matrix": [4, 3], "x": 134, "y": 64, "flags": 4},
     91             {"x": 0, "y": 0, "flags": 2},
     92             {"x": 0, "y": 11, "flags": 2},
     93             {"x": 0, "y": 21, "flags": 2},
     94             {"x": 0, "y": 32, "flags": 2},
     95             {"x": 0, "y": 43, "flags": 2},
     96             {"x": 0, "y": 53, "flags": 2},
     97             {"x": 0, "y": 64, "flags": 2},
     98             {"x": 224, "y": 0, "flags": 2},
     99             {"x": 224, "y": 11, "flags": 2},
    100             {"x": 224, "y": 21, "flags": 2},
    101             {"x": 224, "y": 32, "flags": 2},
    102             {"x": 224, "y": 43, "flags": 2},
    103             {"x": 224, "y": 53, "flags": 2},
    104             {"x": 224, "y": 64, "flags": 2}
    105         ]
    106     },
    107     "processor": "WB32F3G71",
    108     "bootloader": "wb32-dfu",
    109     "features": {
    110         "bootmagic": true,
    111         "mousekey": true,
    112         "extrakey": true,
    113         "nkro": true,
    114         "rgb_matrix": true,
    115         "encoder": true,
    116         "midi": true
    117     },
    118     "qmk": {
    119         "locking": {
    120             "enabled": true,
    121             "resync": true
    122         }
    123     },
    124     "build": {
    125         "lto": true
    126     },
    127     "diode_direction": "ROW2COL",
    128     "matrix_pins": {
    129         "rows": ["A3", "A4", "A5", "A6", "A7"],
    130         "cols": ["B7", "B1", "B10", "B11"]
    131     },
    132     "layouts": {
    133         "LAYOUT": {
    134             "layout": [
    135                 {"label": "NUM", "matrix": [0, 0], "x": 0, "y": 0},
    136                 {"label": "/", "matrix": [0, 1], "x": 1, "y": 0},
    137                 {"label": "*", "matrix": [0, 2], "x": 2, "y": 0},
    138                 {"label": "-", "matrix": [0, 3], "x": 3, "y": 0},
    139 
    140                 {"label": "7", "matrix": [1, 0], "x": 0, "y": 1},
    141                 {"label": "8", "matrix": [1, 1], "x": 1, "y": 1},
    142                 {"label": "9", "matrix": [1, 2], "x": 2, "y": 1},
    143                 {"label": "+", "matrix": [1, 3], "x": 3, "y": 1, "h": 2},
    144 
    145                 {"label": "4", "matrix": [2, 0], "x": 0, "y": 2},
    146                 {"label": "5", "matrix": [2, 1], "x": 1, "y": 2},
    147                 {"label": "6", "matrix": [2, 2], "x": 2, "y": 2},
    148                 {"label": "CALC", "matrix": [2, 3], "x": 4.25, "y": 0},
    149 
    150                 {"label": "1", "matrix": [3, 0], "x": 0, "y": 3},
    151                 {"label": "2", "matrix": [3, 1], "x": 1, "y": 3},
    152                 {"label": "3", "matrix": [3, 2], "x": 2, "y": 3},
    153                 {"label": "RET", "matrix": [3, 3], "x": 3, "y": 3, "h": 2},
    154 
    155                 {"label": "0", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
    156                 {"label": ".", "matrix": [4, 3], "x": 2, "y": 4}
    157             ]
    158         }
    159     }
    160 }