qmk_firmware

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

info.json (4153B)


      1 {
      2     "keyboard_name": "Loop Pad",
      3     "manufacturer": "Work Louder",
      4     "url": "https://worklouder.cc/",
      5     "maintainer": "Work Louder",
      6     "usb": {
      7         "vid": "0x574C",
      8         "pid": "0x1DF9",
      9         "max_power": 100
     10     },
     11     "build": {
     12         "lto": true
     13     },
     14     "features": {
     15         "bootmagic": true,
     16         "encoder": true,
     17         "extrakey": true,
     18         "mousekey": true,
     19         "nkro": true,
     20         "rgb_matrix": true,
     21         "rgblight": true
     22     },
     23     "rgb_matrix": {
     24         "animations": {
     25             "alphas_mods": true,
     26             "gradient_up_down": true,
     27             "gradient_left_right": true,
     28             "breathing": true,
     29             "band_sat": true,
     30             "band_val": true,
     31             "band_pinwheel_sat": true,
     32             "band_pinwheel_val": true,
     33             "band_spiral_sat": true,
     34             "band_spiral_val": true,
     35             "cycle_all": true,
     36             "cycle_left_right": true,
     37             "cycle_up_down": true,
     38             "rainbow_moving_chevron": true,
     39             "cycle_out_in": true,
     40             "cycle_out_in_dual": true,
     41             "cycle_pinwheel": true,
     42             "cycle_spiral": true,
     43             "dual_beacon": true,
     44             "rainbow_beacon": true,
     45             "rainbow_pinwheels": true,
     46             "raindrops": true,
     47             "jellybean_raindrops": true,
     48             "hue_breathing": true,
     49             "hue_pendulum": true,
     50             "hue_wave": true,
     51             "pixel_rain": true,
     52             "pixel_flow": true,
     53             "pixel_fractal": true,
     54             "typing_heatmap": true
     55         },
     56         "driver": "ws2812",
     57         "layout": [
     58             {"matrix": [0, 11], "x": 188, "y": 32, "flags": 4},
     59             {"matrix": [0, 10], "x": 169, "y": 32, "flags": 4},
     60             {"matrix": [0, 9], "x": 150, "y": 32, "flags": 4},
     61             {"matrix": [0, 8], "x": 131, "y": 32, "flags": 4},
     62             {"matrix": [0, 7], "x": 112, "y": 32, "flags": 4},
     63             {"matrix": [0, 6], "x": 93, "y": 32, "flags": 4},
     64             {"matrix": [0, 5], "x": 74, "y": 32, "flags": 4},
     65             {"matrix": [0, 4], "x": 55, "y": 32, "flags": 4},
     66             {"matrix": [0, 3], "x": 36, "y": 32, "flags": 4}
     67         ],
     68         "max_brightness": 120,
     69         "sleep": true
     70     },
     71     "matrix_pins": {
     72         "cols": ["B3", "B2", "B1", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"],
     73         "rows": ["F5"]
     74     },
     75     "diode_direction": "COL2ROW",
     76     "encoder": {
     77         "rotary": [
     78             {"pin_a": "D0", "pin_b": "D1"},
     79             {"pin_a": "D2", "pin_b": "D3"},
     80             {"pin_a": "D5", "pin_b": "D4"}
     81         ]
     82     },
     83     "bootmagic": {
     84         "matrix": [0, 11]
     85     },
     86     "ws2812": {
     87         "pin": "F1"
     88     },
     89     "rgblight": {
     90         "driver": "custom",
     91         "max_brightness": 120,
     92         "sleep": true,
     93         "animations": {
     94             "breathing": true,
     95             "rainbow_mood": true,
     96             "rainbow_swirl": true,
     97             "snake": true,
     98             "knight": true,
     99             "christmas": true,
    100             "static_gradient": true,
    101             "twinkle": true
    102         },
    103         "default": {
    104             "hue": 36
    105         }
    106     },
    107     "processor": "atmega32u4",
    108     "bootloader": "atmel-dfu",
    109     "layouts": {
    110         "LAYOUT": {
    111             "layout": [
    112                 {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
    113                 {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
    114                 {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
    115                 {"label": "k03", "matrix": [0, 3], "x": 3, "y": 0},
    116                 {"label": "k04", "matrix": [0, 4], "x": 4, "y": 0},
    117                 {"label": "k05", "matrix": [0, 5], "x": 5, "y": 0},
    118                 {"label": "k06", "matrix": [0, 6], "x": 6, "y": 0},
    119                 {"label": "k07", "matrix": [0, 7], "x": 7, "y": 0},
    120                 {"label": "k08", "matrix": [0, 8], "x": 8, "y": 0},
    121                 {"label": "k09", "matrix": [0, 9], "x": 9, "y": 0},
    122                 {"label": "k0a", "matrix": [0, 10], "x": 10, "y": 0},
    123                 {"label": "k0b", "matrix": [0, 11], "x": 11, "y": 0}
    124             ]
    125         }
    126     }
    127 }