qmk_firmware

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

keyboard.json (7361B)


      1 {
      2     "manufacturer": "Winry",
      3     "keyboard_name": "Winry315",
      4     "maintainer": "sigprof",
      5     "usb": {
      6         "device_version": "0.0.1",
      7         "pid": "0x0315",
      8         "vid": "0xF1F1"
      9     },
     10     "rgb_matrix": {
     11         "animations": {
     12             "alphas_mods": true,
     13             "gradient_up_down": true,
     14             "gradient_left_right": true,
     15             "breathing": true,
     16             "band_sat": true,
     17             "band_val": true,
     18             "band_pinwheel_sat": true,
     19             "band_pinwheel_val": true,
     20             "band_spiral_sat": true,
     21             "band_spiral_val": true,
     22             "cycle_all": true,
     23             "cycle_left_right": true,
     24             "cycle_up_down": true,
     25             "rainbow_moving_chevron": true,
     26             "cycle_out_in": true,
     27             "cycle_out_in_dual": true,
     28             "cycle_pinwheel": true,
     29             "cycle_spiral": true,
     30             "dual_beacon": true,
     31             "rainbow_beacon": true,
     32             "rainbow_pinwheels": true,
     33             "raindrops": true,
     34             "jellybean_raindrops": true,
     35             "hue_breathing": true,
     36             "hue_pendulum": true,
     37             "hue_wave": true,
     38             "pixel_rain": true,
     39             "solid_reactive_simple": true,
     40             "solid_reactive": true,
     41             "solid_reactive_wide": true,
     42             "solid_reactive_multiwide": true,
     43             "solid_reactive_cross": true,
     44             "solid_reactive_multicross": true,
     45             "solid_reactive_nexus": true,
     46             "solid_reactive_multinexus": true,
     47             "splash": true,
     48             "multisplash": true,
     49             "solid_splash": true,
     50             "solid_multisplash": true
     51         },
     52         "center_point": [35, 35],
     53         "driver": "ws2812",
     54         "max_brightness": 150,
     55         "sleep": true
     56     },
     57     "rgblight": {
     58         "saturation_steps": 8,
     59         "brightness_steps": 8,
     60         "led_count": 27,
     61         "max_brightness": 150,
     62         "sleep": true,
     63         "animations": {
     64             "breathing": true,
     65             "rainbow_mood": true,
     66             "rainbow_swirl": true,
     67             "snake": true,
     68             "knight": true,
     69             "christmas": true,
     70             "static_gradient": true,
     71             "rgb_test": true,
     72             "alternating": true
     73         }
     74     },
     75     "encoder": {
     76         "rotary": [
     77             {"pin_a": "F1", "pin_b": "F0"},
     78             {"pin_a": "B0", "pin_b": "B1"},
     79             {"pin_a": "B3", "pin_b": "B7"}
     80         ]
     81     },
     82     "processor": "atmega32u4",
     83     "bootloader": "atmel-dfu",
     84     "features": {
     85         "bootmagic": true,
     86         "encoder": true,
     87         "extrakey": true,
     88         "mousekey": true,
     89         "nkro": false,
     90         "rgb_matrix": true
     91     },
     92     "matrix_pins": {
     93         "direct": [
     94             ["F4", "C7", "D4", "D5", "D1", "F5", "C6", "D6", "D3", "D2", "F6", "B6", "D7", "B4", "B5", "B2", "D0", "E6", null, null, null, null, null, null]
     95         ]
     96     },
     97     "ws2812": {
     98         "pin": "F7"
     99     },
    100     "layout_aliases": {
    101         "LAYOUT_all": "LAYOUT_top"
    102     },
    103     "layouts": {
    104         "LAYOUT_top": {
    105             "layout": [
    106                 {"x": 0.5, "y": 0.25, "matrix": [0, 17]},
    107                 {"x": 1.75, "y": 0, "h": 1.5, "w": 1.5, "matrix": [0, 15]},
    108                 {"x": 3.5, "y": 0.25, "matrix": [0, 16]},
    109                 {"x": 0, "y": 1.75, "matrix": [0, 0]},
    110                 {"x": 1, "y": 1.75, "matrix": [0, 1]},
    111                 {"x": 2, "y": 1.75, "matrix": [0, 2]},
    112                 {"x": 3, "y": 1.75, "matrix": [0, 3]},
    113                 {"x": 4, "y": 1.75, "matrix": [0, 4]},
    114                 {"x": 0, "y": 2.75, "matrix": [0, 5]},
    115                 {"x": 1, "y": 2.75, "matrix": [0, 6]},
    116                 {"x": 2, "y": 2.75, "matrix": [0, 7]},
    117                 {"x": 3, "y": 2.75, "matrix": [0, 8]},
    118                 {"x": 4, "y": 2.75, "matrix": [0, 9]},
    119                 {"x": 0, "y": 3.75, "matrix": [0, 10]},
    120                 {"x": 1, "y": 3.75, "matrix": [0, 11]},
    121                 {"x": 2, "y": 3.75, "matrix": [0, 12]},
    122                 {"x": 3, "y": 3.75, "matrix": [0, 13]},
    123                 {"x": 4, "y": 3.75, "matrix": [0, 14]}
    124             ]
    125         },
    126         "LAYOUT_left": {
    127             "layout": [
    128                 {"x": 0.25, "y": 0.5, "matrix": [0, 16]},
    129                 {"x": 1.75, "y": 0, "matrix": [0, 4]},
    130                 {"x": 2.75, "y": 0, "matrix": [0, 9]},
    131                 {"x": 3.75, "y": 0, "matrix": [0, 14]},
    132                 {"x": 1.75, "y": 1, "matrix": [0, 3]},
    133                 {"x": 2.75, "y": 1, "matrix": [0, 8]},
    134                 {"x": 3.75, "y": 1, "matrix": [0, 13]},
    135                 {"x": 0, "y": 1.75, "h": 1.5, "w": 1.5, "matrix": [0, 15]},
    136                 {"x": 1.75, "y": 2, "matrix": [0, 2]},
    137                 {"x": 2.75, "y": 2, "matrix": [0, 7]},
    138                 {"x": 3.75, "y": 2, "matrix": [0, 12]},
    139                 {"x": 1.75, "y": 3, "matrix": [0, 1]},
    140                 {"x": 2.75, "y": 3, "matrix": [0, 6]},
    141                 {"x": 3.75, "y": 3, "matrix": [0, 11]},
    142                 {"x": 0.25, "y": 3.5, "matrix": [0, 17]},
    143                 {"x": 1.75, "y": 4, "matrix": [0, 0]},
    144                 {"x": 2.75, "y": 4, "matrix": [0, 5]},
    145                 {"x": 3.75, "y": 4, "matrix": [0, 10]}
    146             ]
    147         },
    148         "LAYOUT_right": {
    149             "layout": [
    150                 {"x": 0, "y": 0, "matrix": [0, 10]},
    151                 {"x": 1, "y": 0, "matrix": [0, 5]},
    152                 {"x": 2, "y": 0, "matrix": [0, 0]},
    153                 {"x": 3.5, "y": 0.5, "matrix": [0, 17]},
    154                 {"x": 0, "y": 1, "matrix": [0, 11]},
    155                 {"x": 1, "y": 1, "matrix": [0, 6]},
    156                 {"x": 2, "y": 1, "matrix": [0, 1]},
    157                 {"x": 0, "y": 2, "matrix": [0, 12]},
    158                 {"x": 1, "y": 2, "matrix": [0, 7]},
    159                 {"x": 2, "y": 2, "matrix": [0, 2]},
    160                 {"x": 3.25, "y": 1.75, "h": 1.5, "w": 1.5, "matrix": [0, 15]},
    161                 {"x": 0, "y": 3, "matrix": [0, 13]},
    162                 {"x": 1, "y": 3, "matrix": [0, 8]},
    163                 {"x": 2, "y": 3, "matrix": [0, 3]},
    164                 {"x": 0, "y": 4, "matrix": [0, 14]},
    165                 {"x": 1, "y": 4, "matrix": [0, 9]},
    166                 {"x": 2, "y": 4, "matrix": [0, 4]},
    167                 {"x": 3.5, "y": 3.5, "matrix": [0, 16]}
    168             ]
    169         },
    170         "LAYOUT_bottom": {
    171             "layout": [
    172                 {"x": 0, "y": 0, "matrix": [0, 14]},
    173                 {"x": 1, "y": 0, "matrix": [0, 13]},
    174                 {"x": 2, "y": 0, "matrix": [0, 12]},
    175                 {"x": 3, "y": 0, "matrix": [0, 11]},
    176                 {"x": 4, "y": 0, "matrix": [0, 10]},
    177                 {"x": 0, "y": 1, "matrix": [0, 9]},
    178                 {"x": 1, "y": 1, "matrix": [0, 8]},
    179                 {"x": 2, "y": 1, "matrix": [0, 7]},
    180                 {"x": 3, "y": 1, "matrix": [0, 6]},
    181                 {"x": 4, "y": 1, "matrix": [0, 5]},
    182                 {"x": 0, "y": 2, "matrix": [0, 4]},
    183                 {"x": 1, "y": 2, "matrix": [0, 3]},
    184                 {"x": 2, "y": 2, "matrix": [0, 2]},
    185                 {"x": 3, "y": 2, "matrix": [0, 1]},
    186                 {"x": 4, "y": 2, "matrix": [0, 0]},
    187                 {"x": 0.5, "y": 3.5, "matrix": [0, 16]},
    188                 {"x": 1.75, "y": 3.25, "h": 1.5, "w": 1.5, "matrix": [0, 15]},
    189                 {"x": 3.5, "y": 3.5, "matrix": [0, 17]}
    190             ]
    191         }
    192     }
    193 }