qmk_firmware

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

keyboard.json (6401B)


      1 {
      2     "keyboard_name": "KB30-01",
      3     "manufacturer": "DOIO",
      4     "maintainer": "DOIO2022",
      5     "usb": {
      6         "vid": "0xD010",
      7         "pid": "0x3001",
      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             "cycle_up_down": true,
     17             "cycle_out_in": true,
     18             "cycle_out_in_dual": true,
     19             "rainbow_moving_chevron": true,
     20             "cycle_pinwheel": true,
     21             "cycle_spiral": true,
     22             "dual_beacon": true,
     23             "rainbow_beacon": true,
     24             "rainbow_pinwheels": true,
     25             "raindrops": true,
     26             "jellybean_raindrops": true,
     27             "hue_breathing": true,
     28             "typing_heatmap": true,
     29             "digital_rain": true,
     30             "solid_reactive_simple": true,
     31             "solid_reactive": true,
     32             "solid_reactive_wide": true,
     33             "solid_reactive_multiwide": true,
     34             "solid_reactive_cross": true,
     35             "solid_reactive_multicross": true,
     36             "solid_reactive_nexus": true,
     37             "solid_reactive_multinexus": true,
     38             "splash": true,
     39             "multisplash": true,
     40             "solid_splash": true,
     41             "solid_multisplash": true
     42         },
     43         "default": {
     44             "animation": "cycle_up_down"
     45         },
     46         "driver": "ws2812",
     47         "max_brightness": 200,
     48         "sleep": true,
     49         "layout": [
     50             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     51             {"matrix": [0, 1], "x": 37, "y": 0, "flags": 4},
     52             {"matrix": [0, 2], "x": 75, "y": 0, "flags": 4},
     53             {"matrix": [0, 3], "x": 112, "y": 0, "flags": 4},
     54             {"matrix": [0, 4], "x": 149, "y": 0, "flags": 4},
     55             {"matrix": [0, 5], "x": 187, "y": 0, "flags": 4},
     56             {"matrix": [0, 6], "x": 224, "y": 0, "flags": 4},
     57 
     58             {"matrix": [1, 0], "x": 0, "y": 16, "flags": 4},
     59             {"matrix": [1, 1], "x": 37, "y": 16, "flags": 4},
     60             {"matrix": [1, 2], "x": 75, "y": 16, "flags": 4},
     61             {"matrix": [1, 3], "x": 112, "y": 16, "flags": 4},
     62             {"matrix": [1, 4], "x": 149, "y": 16, "flags": 4},
     63             {"matrix": [1, 5], "x": 187, "y": 16, "flags": 4},
     64             {"matrix": [1, 6], "x": 224, "y": 16, "flags": 4},
     65 
     66             {"matrix": [2, 0], "x": 0, "y": 32, "flags": 4},
     67             {"matrix": [2, 1], "x": 37, "y": 32, "flags": 4},
     68             {"matrix": [2, 2], "x": 75, "y": 32, "flags": 4},
     69             {"matrix": [2, 3], "x": 112, "y": 32, "flags": 4},
     70             {"matrix": [2, 4], "x": 149, "y": 32, "flags": 4},
     71             {"matrix": [2, 5], "x": 187, "y": 32, "flags": 4},
     72 
     73             {"matrix": [3, 0], "x": 0, "y": 48, "flags": 4},
     74             {"matrix": [3, 1], "x": 37, "y": 48, "flags": 4},
     75             {"matrix": [3, 2], "x": 75, "y": 48, "flags": 4},
     76             {"matrix": [3, 3], "x": 112, "y": 48, "flags": 4},
     77             {"matrix": [3, 5], "x": 187, "y": 48, "flags": 4},
     78 
     79             {"matrix": [4, 0], "x": 18, "y": 64, "flags": 4},
     80             {"matrix": [4, 1], "x": 75, "y": 64, "flags": 4},
     81             {"matrix": [4, 2], "x": 149, "y": 64, "flags": 4},
     82             {"matrix": [4, 3], "x": 187, "y": 64, "flags": 4},
     83             {"matrix": [4, 4], "x": 224, "y": 64, "flags": 4},
     84 
     85             {"x": 224, "y": 56, "flags": 2},
     86             {"x": 112, "y": 56, "flags": 2},
     87             {"x": 0, "y": 56, "flags": 2},
     88             {"x": 0, "y": 8, "flags": 2},
     89             {"x": 112, "y": 8, "flags": 2},
     90             {"x": 224, "y": 8, "flags": 2}
     91         ]
     92     },
     93     "features": {
     94         "bootmagic": true,
     95         "encoder": true,
     96         "extrakey": true,
     97         "mousekey": true,
     98         "nkro": true,
     99         "oled": true,
    100         "rgb_matrix": true
    101     },
    102     "qmk": {
    103         "locking": {
    104             "enabled": true,
    105             "resync": true
    106         }
    107     },
    108     "matrix_pins": {
    109         "cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"],
    110         "rows": ["B3", "B4", "B9", "B8", "A5", "A6"]
    111     },
    112     "diode_direction": "COL2ROW",
    113     "encoder": {
    114         "rotary": [
    115             {"pin_a": "B5", "pin_b": "B6"},
    116             {"pin_a": "A1", "pin_b": "A2"},
    117             {"pin_a": "A3", "pin_b": "A4", "resolution": 2}
    118         ]
    119     },
    120     "ws2812": {
    121         "pin": "A10"
    122     },
    123     "processor": "STM32F103",
    124     "bootloader": "stm32duino",
    125     "layouts": {
    126         "LAYOUT": {
    127             "layout": [
    128                 {"matrix": [0, 0], "x": 0, "y": 0},
    129                 {"matrix": [0, 1], "x": 1, "y": 0},
    130                 {"matrix": [0, 2], "x": 2, "y": 0},
    131                 {"matrix": [0, 3], "x": 3, "y": 0},
    132 
    133                 {"matrix": [0, 4], "x": 4.25, "y": 0},
    134                 {"matrix": [0, 5], "x": 5.25, "y": 0},
    135                 {"matrix": [0, 6], "x": 6.25, "y": 0},
    136 
    137                 {"matrix": [1, 0], "x": 0, "y": 1},
    138                 {"matrix": [1, 1], "x": 1, "y": 1},
    139                 {"matrix": [1, 2], "x": 2, "y": 1},
    140                 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
    141 
    142                 {"matrix": [1, 4], "x": 4.25, "y": 1},
    143                 {"matrix": [1, 5], "x": 5.25, "y": 1},
    144                 {"matrix": [1, 6], "x": 6.25, "y": 1},
    145 
    146                 {"matrix": [2, 0], "x": 0, "y": 2},
    147                 {"matrix": [2, 1], "x": 1, "y": 2},
    148                 {"matrix": [2, 2], "x": 2, "y": 2},
    149 
    150                 {"matrix": [2, 3], "x": 4.25, "y": 2},
    151                 {"matrix": [2, 4], "x": 5.25, "y": 2},
    152                 {"matrix": [2, 5], "x": 6.25, "y": 2},
    153 
    154                 {"matrix": [3, 0], "x": 0, "y": 3},
    155                 {"matrix": [3, 1], "x": 1, "y": 3},
    156                 {"matrix": [3, 2], "x": 2, "y": 3},
    157                 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
    158 
    159                 {"matrix": [3, 5], "x": 5.25, "y": 3},
    160 
    161                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
    162                 {"matrix": [4, 1], "x": 2, "y": 4},
    163 
    164                 {"matrix": [4, 2], "x": 4.25, "y": 4},
    165                 {"matrix": [4, 3], "x": 5.25, "y": 4},
    166                 {"matrix": [4, 4], "x": 6.25, "y": 4},
    167 
    168                 {"matrix": [5, 4], "x": 7.75, "y": 1},
    169                 {"matrix": [5, 5], "x": 9.75, "y": 1},
    170                 {"matrix": [5, 6], "x": 7.75, "y": 2, "w": 3, "h": 3}
    171             ]
    172         }
    173     }
    174 }