qmk_firmware

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

keyboard.json (4404B)


      1 {
      2     "keyboard_name": "The Stick",
      3     "manufacturer": "Keebio",
      4     "url": "https://keeb.io",
      5     "maintainer": "nooges",
      6     "usb": {
      7         "vid": "0xCB10",
      8         "pid": "0x111C",
      9         "device_version": "1.0.0"
     10     },
     11     "rgb_matrix": {
     12         "animations": {
     13             "alphas_mods": true,
     14             "gradient_up_down": true,
     15             "gradient_left_right": true,
     16             "breathing": true,
     17             "band_sat": true,
     18             "band_val": true,
     19             "band_pinwheel_sat": true,
     20             "band_pinwheel_val": true,
     21             "band_spiral_sat": true,
     22             "band_spiral_val": true,
     23             "cycle_all": true,
     24             "cycle_left_right": true,
     25             "cycle_up_down": true,
     26             "rainbow_moving_chevron": true,
     27             "cycle_out_in": true,
     28             "cycle_out_in_dual": true,
     29             "cycle_pinwheel": true,
     30             "cycle_spiral": true,
     31             "dual_beacon": true,
     32             "rainbow_beacon": true,
     33             "rainbow_pinwheels": true,
     34             "raindrops": true,
     35             "jellybean_raindrops": true,
     36             "hue_breathing": true,
     37             "hue_pendulum": true,
     38             "hue_wave": true,
     39             "pixel_rain": true,
     40             "pixel_flow": true,
     41             "pixel_fractal": true,
     42             "typing_heatmap": true,
     43             "digital_rain": true,
     44             "solid_reactive_simple": true,
     45             "solid_reactive": true,
     46             "solid_reactive_wide": true,
     47             "solid_reactive_multiwide": true,
     48             "solid_reactive_cross": true,
     49             "solid_reactive_multicross": true,
     50             "solid_reactive_nexus": true,
     51             "solid_reactive_multinexus": true,
     52             "splash": true,
     53             "multisplash": true,
     54             "solid_splash": true,
     55             "solid_multisplash": true
     56         },
     57         "driver": "ws2812",
     58         "layout": [
     59             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     60             {"matrix": [0, 1], "x": 20, "y": 0, "flags": 4},
     61             {"matrix": [0, 2], "x": 40, "y": 0, "flags": 4},
     62             {"matrix": [0, 3], "x": 60, "y": 0, "flags": 4},
     63             {"matrix": [0, 4], "x": 80, "y": 0, "flags": 4},
     64             {"matrix": [0, 5], "x": 100, "y": 0, "flags": 4},
     65             {"matrix": [0, 6], "x": 120, "y": 0, "flags": 4},
     66             {"matrix": [0, 7], "x": 140, "y": 0, "flags": 4},
     67             {"matrix": [0, 8], "x": 160, "y": 0, "flags": 4},
     68             {"matrix": [0, 9], "x": 180, "y": 0, "flags": 4},
     69             {"matrix": [0, 10], "x": 200, "y": 0, "flags": 4},
     70             {"matrix": [0, 11], "x": 220, "y": 0, "flags": 4}
     71         ]
     72     },
     73     "encoder": {
     74         "rotary": [
     75             {"pin_a": "D1", "pin_b": "D0"},
     76             {"pin_a": "D4", "pin_b": "C6"}
     77         ]
     78     },
     79     "rgblight": {
     80         "saturation_steps": 8,
     81         "brightness_steps": 8,
     82         "led_count": 12,
     83         "sleep": true,
     84         "animations": {
     85             "breathing": true,
     86             "rainbow_mood": true,
     87             "rainbow_swirl": true,
     88             "snake": true,
     89             "knight": true,
     90             "christmas": true,
     91             "static_gradient": true,
     92             "rgb_test": true,
     93             "alternating": true,
     94             "twinkle": true
     95         }
     96     },
     97     "ws2812": {
     98         "pin": "D3"
     99     },
    100     "development_board": "promicro",
    101     "features": {
    102         "bootmagic": true,
    103         "encoder": true,
    104         "extrakey": true,
    105         "mousekey": true,
    106         "nkro": false,
    107         "rgb_matrix": true
    108     },
    109     "matrix_pins": {
    110         "direct": [
    111             ["F4", "B6", "B5", "B4", "E6", "D7", "F6", "F7", "B1", "B3", "B2", "F5"]
    112         ]
    113     },
    114     "layouts": {
    115         "LAYOUT": {
    116             "layout": [
    117                 {"x": 0, "y": 0, "matrix": [0, 0]},
    118                 {"x": 1, "y": 0, "matrix": [0, 1]},
    119                 {"x": 2, "y": 0, "matrix": [0, 2]},
    120                 {"x": 3, "y": 0, "matrix": [0, 3]},
    121                 {"x": 4, "y": 0, "matrix": [0, 4]},
    122                 {"x": 5, "y": 0, "matrix": [0, 5]},
    123                 {"x": 6, "y": 0, "matrix": [0, 6]},
    124                 {"x": 7, "y": 0, "matrix": [0, 7]},
    125                 {"x": 8, "y": 0, "matrix": [0, 8]},
    126                 {"x": 9, "y": 0, "matrix": [0, 9]},
    127                 {"x": 10, "y": 0, "matrix": [0, 10]},
    128                 {"x": 11, "y": 0, "matrix": [0, 11]}
    129             ]
    130         }
    131     }
    132 }