qmk_firmware

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

keyboard.json (4524B)


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