qmk_firmware

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

info.json (3635B)


      1 {
      2     "keyboard_name": "KB16-01",
      3     "manufacturer": "DOIO",
      4     "maintainer": "HorrorTroll",
      5     "usb": {
      6         "vid": "0xD010",
      7         "pid": "0x1601"
      8     },
      9     "host": {
     10         "default": {
     11             "nkro": true
     12         }
     13     },
     14     "diode_direction": "COL2ROW",
     15     "build": {
     16         "lto": true
     17     },
     18     "rgb_matrix": {
     19         "driver": "ws2812",
     20         "max_brightness": 200,
     21         "default": {
     22             "animation": "cycle_up_down"
     23         },
     24         "layout": [
     25             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1},
     26             {"matrix": [0, 1], "x": 75, "y": 0, "flags": 1},
     27             {"matrix": [0, 2], "x": 149, "y": 0, "flags": 1},
     28             {"matrix": [0, 3], "x": 224, "y": 0, "flags": 1},
     29             {"matrix": [1, 0], "x": 0, "y": 21, "flags": 1},
     30             {"matrix": [1, 1], "x": 75, "y": 21, "flags": 4},
     31             {"matrix": [1, 2], "x": 149, "y": 21, "flags": 4},
     32             {"matrix": [1, 3], "x": 224, "y": 21, "flags": 1},
     33             {"matrix": [2, 0], "x": 0, "y": 43, "flags": 1},
     34             {"matrix": [2, 1], "x": 75, "y": 43, "flags": 4},
     35             {"matrix": [2, 2], "x": 149, "y": 43, "flags": 4},
     36             {"matrix": [2, 3], "x": 224, "y": 43, "flags": 1},
     37             {"matrix": [3, 0], "x": 0, "y": 64, "flags": 1},
     38             {"matrix": [3, 1], "x": 75, "y": 64, "flags": 1},
     39             {"matrix": [3, 2], "x": 149, "y": 64, "flags": 1},
     40             {"matrix": [3, 3], "x": 224, "y": 64, "flags": 1}
     41         ],
     42         "animations": {
     43             "alphas_mods": true,
     44             "gradient_up_down": true,
     45             "breathing": true,
     46             "band_sat": true,
     47             "band_val": true,
     48             "band_pinwheel_sat": true,
     49             "band_pinwheel_val": true,
     50             "cycle_all": true,
     51             "cycle_up_down": true,
     52             "cycle_out_in": true,
     53             "cycle_pinwheel": true,
     54             "dual_beacon": true,
     55             "rainbow_pinwheels": true,
     56             "raindrops": true,
     57             "jellybean_raindrops": true,
     58             "hue_breathing": true,
     59             "hue_pendulum": true,
     60             "hue_wave": true,
     61             "pixel_fractal": true,
     62             "pixel_flow": true,
     63             "pixel_rain": true,
     64             "solid_reactive_simple": true,
     65             "solid_reactive": true,
     66             "solid_reactive_multiwide": true,
     67             "solid_reactive_multicross": true,
     68             "solid_reactive_multinexus": true,
     69             "multisplash": true,
     70             "solid_multisplash": true
     71         }
     72     },
     73     "layouts": {
     74         "LAYOUT": {
     75             "layout": [
     76                 {"matrix": [0, 0], "x": 0, "y": 0},
     77                 {"matrix": [0, 1], "x": 1, "y": 0},
     78                 {"matrix": [0, 2], "x": 2, "y": 0},
     79                 {"matrix": [0, 3], "x": 3, "y": 0},
     80 
     81                 {"matrix": [0, 4], "x": 4.75, "y": 0},
     82 
     83                 {"matrix": [1, 0], "x": 0, "y": 1},
     84                 {"matrix": [1, 1], "x": 1, "y": 1},
     85                 {"matrix": [1, 2], "x": 2, "y": 1},
     86                 {"matrix": [1, 3], "x": 3, "y": 1},
     87 
     88                 {"matrix": [1, 4], "x": 6, "y": 0},
     89 
     90                 {"matrix": [2, 0], "x": 0, "y": 2},
     91                 {"matrix": [2, 1], "x": 1, "y": 2},
     92                 {"matrix": [2, 2], "x": 2, "y": 2},
     93                 {"matrix": [2, 3], "x": 3, "y": 2},
     94 
     95                 {"matrix": [2, 4], "x": 5.375, "y": 2.5},
     96 
     97                 {"matrix": [3, 0], "x": 0, "y": 3},
     98                 {"matrix": [3, 1], "x": 1, "y": 3},
     99                 {"matrix": [3, 2], "x": 2, "y": 3},
    100                 {"matrix": [3, 3], "x": 3, "y": 3}
    101             ]
    102         }
    103     }
    104 }