qmk_firmware

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

keyboard.json (6118B)


      1 {
      2     "keyboard_name": "Thirty",
      3     "manufacturer": "Leo Deng",
      4     "maintainer": "myst729",
      5     "usb": {
      6         "vid": "0xDE29",
      7         "pid": "0x7342",
      8         "device_version": "0.0.1"
      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             "cycle_out_in": true,
     26             "cycle_out_in_dual": true,
     27             "cycle_pinwheel": true,
     28             "cycle_spiral": true,
     29             "dual_beacon": true,
     30             "rainbow_moving_chevron": 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_fractal": true,
     39             "pixel_flow": true,
     40             "pixel_rain": true,
     41             "typing_heatmap": true,
     42             "digital_rain": true,
     43             "solid_reactive_simple": true,
     44             "solid_reactive": true,
     45             "solid_reactive_wide": true,
     46             "solid_reactive_multiwide": true,
     47             "solid_reactive_cross": true,
     48             "solid_reactive_multicross": true,
     49             "solid_reactive_nexus": true,
     50             "solid_reactive_multinexus": true,
     51             "splash": true,
     52             "multisplash": true,
     53             "solid_splash": true,
     54             "solid_multisplash": true
     55         },
     56         "default": {
     57             "animation": "cycle_all"
     58         },
     59         "driver": "ws2812",
     60         "layout": [
     61             {"matrix": [0, 0], "x": 4, "y": 4, "flags": 4},
     62             {"matrix": [0, 1], "x": 28, "y": 4, "flags": 4},
     63             {"matrix": [0, 2], "x": 52, "y": 4, "flags": 4},
     64             {"matrix": [0, 3], "x": 76, "y": 4, "flags": 4},
     65             {"matrix": [0, 4], "x": 100, "y": 4, "flags": 4},
     66             {"matrix": [1, 4], "x": 100, "y": 32, "flags": 4},
     67             {"matrix": [1, 3], "x": 76, "y": 32, "flags": 4},
     68             {"matrix": [1, 2], "x": 52, "y": 32, "flags": 4},
     69             {"matrix": [1, 1], "x": 28, "y": 32, "flags": 4},
     70             {"matrix": [1, 0], "x": 4, "y": 32, "flags": 4},
     71             {"matrix": [2, 0], "x": 4, "y": 60, "flags": 4},
     72             {"matrix": [2, 1], "x": 28, "y": 60, "flags": 4},
     73             {"matrix": [2, 2], "x": 52, "y": 60, "flags": 4},
     74             {"matrix": [2, 3], "x": 76, "y": 60, "flags": 4},
     75             {"matrix": [2, 4], "x": 100, "y": 60, "flags": 4},
     76             {"matrix": [5, 4], "x": 124, "y": 60, "flags": 4},
     77             {"matrix": [5, 3], "x": 148, "y": 60, "flags": 4},
     78             {"matrix": [5, 2], "x": 172, "y": 60, "flags": 4},
     79             {"matrix": [5, 1], "x": 196, "y": 60, "flags": 4},
     80             {"matrix": [5, 0], "x": 220, "y": 60, "flags": 4},
     81             {"matrix": [4, 0], "x": 220, "y": 32, "flags": 4},
     82             {"matrix": [4, 1], "x": 196, "y": 32, "flags": 4},
     83             {"matrix": [4, 2], "x": 172, "y": 32, "flags": 4},
     84             {"matrix": [4, 3], "x": 148, "y": 32, "flags": 4},
     85             {"matrix": [4, 4], "x": 124, "y": 32, "flags": 4},
     86             {"matrix": [3, 4], "x": 124, "y": 4, "flags": 4},
     87             {"matrix": [3, 3], "x": 148, "y": 4, "flags": 4},
     88             {"matrix": [3, 2], "x": 172, "y": 4, "flags": 4},
     89             {"matrix": [3, 1], "x": 196, "y": 4, "flags": 4},
     90             {"matrix": [3, 0], "x": 220, "y": 4, "flags": 4}
     91         ],
     92         "max_brightness": 200
     93     },
     94     "matrix_pins": {
     95         "cols": ["B13", "B14", "B3", "A4", "A6"],
     96         "rows": ["B15", "A5", "A3", "A15", "B7", "B8"]
     97     },
     98     "diode_direction": "COL2ROW",
     99     "dynamic_keymap": {
    100         "layer_count": 8
    101     },
    102     "backlight": {
    103         "pin": "B11",
    104         "levels": 5,
    105         "on_state": 0
    106     },
    107     "ws2812": {
    108         "pin": "B12"
    109     },
    110     "processor": "STM32F103",
    111     "bootloader": "stm32duino",
    112     "features": {
    113         "bootmagic": true,
    114         "mousekey": true,
    115         "extrakey": true,
    116         "nkro": true,
    117         "backlight": true,
    118         "rgb_matrix": true
    119     },
    120     "layouts": {
    121         "LAYOUT_ortho_3x10": {
    122             "layout": [
    123                 {"matrix": [0, 0], "x": 0, "y": 0},
    124                 {"matrix": [0, 1], "x": 1, "y": 0},
    125                 {"matrix": [0, 2], "x": 2, "y": 0},
    126                 {"matrix": [0, 3], "x": 3, "y": 0},
    127                 {"matrix": [0, 4], "x": 4, "y": 0},
    128                 {"matrix": [3, 4], "x": 5, "y": 0},
    129                 {"matrix": [3, 3], "x": 6, "y": 0},
    130                 {"matrix": [3, 2], "x": 7, "y": 0},
    131                 {"matrix": [3, 1], "x": 8, "y": 0},
    132                 {"matrix": [3, 0], "x": 9, "y": 0},
    133 
    134                 {"matrix": [1, 0], "x": 0, "y": 1},
    135                 {"matrix": [1, 1], "x": 1, "y": 1},
    136                 {"matrix": [1, 2], "x": 2, "y": 1},
    137                 {"matrix": [1, 3], "x": 3, "y": 1},
    138                 {"matrix": [1, 4], "x": 4, "y": 1},
    139                 {"matrix": [4, 4], "x": 5, "y": 1},
    140                 {"matrix": [4, 3], "x": 6, "y": 1},
    141                 {"matrix": [4, 2], "x": 7, "y": 1},
    142                 {"matrix": [4, 1], "x": 8, "y": 1},
    143                 {"matrix": [4, 0], "x": 9, "y": 1},
    144 
    145                 {"matrix": [2, 0], "x": 0, "y": 2},
    146                 {"matrix": [2, 1], "x": 1, "y": 2},
    147                 {"matrix": [2, 2], "x": 2, "y": 2},
    148                 {"matrix": [2, 3], "x": 3, "y": 2},
    149                 {"matrix": [2, 4], "x": 4, "y": 2},
    150                 {"matrix": [5, 4], "x": 5, "y": 2},
    151                 {"matrix": [5, 3], "x": 6, "y": 2},
    152                 {"matrix": [5, 2], "x": 7, "y": 2},
    153                 {"matrix": [5, 1], "x": 8, "y": 2},
    154                 {"matrix": [5, 0], "x": 9, "y": 2}
    155             ]
    156         }
    157     }
    158 }