qmk_firmware

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

keyboard.json (8508B)


      1 {
      2     "manufacturer": "lucky_studio",
      3     "keyboard_name": "kafkaSplit",
      4     "maintainer": "yuezp",
      5     "bootloader": "rp2040",
      6     "diode_direction": "ROW2COL",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true,
     12         "oled": true,
     13         "rgb_matrix": true,
     14         "wpm": true
     15     },
     16     "indicators": {
     17         "caps_lock": "GP25"
     18     },
     19     "matrix_pins": {
     20         "cols": ["GP2", "GP3", "GP6", "GP7", "GP10", "GP11"],
     21         "rows": ["GP5", "GP8", "GP12", "GP13"]
     22     },
     23     "processor": "RP2040",
     24     "rgb_matrix": {
     25         "animations": {
     26             "alphas_mods": true,
     27             "band_pinwheel_sat": true,
     28             "band_pinwheel_val": true,
     29             "band_sat": true,
     30             "band_spiral_sat": true,
     31             "band_spiral_val": true,
     32             "band_val": true,
     33             "breathing": true,
     34             "cycle_all": true,
     35             "cycle_left_right": true,
     36             "cycle_out_in": true,
     37             "cycle_out_in_dual": true,
     38             "cycle_pinwheel": true,
     39             "cycle_spiral": true,
     40             "cycle_up_down": true,
     41             "digital_rain": true,
     42             "dual_beacon": true,
     43             "gradient_left_right": true,
     44             "gradient_up_down": true,
     45             "hue_breathing": true,
     46             "hue_pendulum": true,
     47             "hue_wave": true,
     48             "jellybean_raindrops": true,
     49             "multisplash": true,
     50             "pixel_flow": true,
     51             "pixel_fractal": true,
     52             "pixel_rain": true,
     53             "rainbow_beacon": true,
     54             "rainbow_moving_chevron": true,
     55             "rainbow_pinwheels": true,
     56             "raindrops": true,
     57             "solid_multisplash": true,
     58             "solid_reactive": true,
     59             "solid_reactive_cross": true,
     60             "solid_reactive_multicross": true,
     61             "solid_reactive_multinexus": true,
     62             "solid_reactive_multiwide": true,
     63             "solid_reactive_nexus": true,
     64             "solid_reactive_simple": true,
     65             "solid_reactive_wide": true,
     66             "solid_splash": true,
     67             "splash": true,
     68             "typing_heatmap": true
     69         },
     70         "default": {
     71             "animation": "breathing",
     72             "hue": 200
     73         },
     74         "driver": "ws2812",
     75         "layout": [
     76             {"matrix": [3, 5], "x": 0, "y": 0, "flags": 4},
     77             {"matrix": [3, 4], "x": 18, "y": 5, "flags": 4},
     78             {"matrix": [3, 3], "x": 36, "y": 10, "flags": 4},
     79             {"matrix": [3, 2], "x": 54, "y": 15, "flags": 4},
     80             {"matrix": [2, 5], "x": 2, "y": 21, "flags": 4},
     81             {"matrix": [2, 4], "x": 20, "y": 23, "flags": 4},
     82             {"matrix": [2, 3], "x": 38, "y": 25, "flags": 4},
     83             {"matrix": [2, 2], "x": 56, "y": 23, "flags": 4},
     84             {"matrix": [2, 1], "x": 72, "y": 21, "flags": 4},
     85             {"matrix": [2, 0], "x": 90, "y": 21, "flags": 4},
     86             {"matrix": [1, 5], "x": 2, "y": 39, "flags": 4},
     87             {"matrix": [1, 4], "x": 20, "y": 41, "flags": 4},
     88             {"matrix": [1, 3], "x": 38, "y": 43, "flags": 4},
     89             {"matrix": [1, 2], "x": 56, "y": 41, "flags": 4},
     90             {"matrix": [1, 1], "x": 72, "y": 39, "flags": 4},
     91             {"matrix": [1, 0], "x": 90, "y": 39, "flags": 4},
     92             {"matrix": [0, 5], "x": 2, "y": 57, "flags": 4},
     93             {"matrix": [0, 4], "x": 20, "y": 59, "flags": 4},
     94             {"matrix": [0, 3], "x": 38, "y": 61, "flags": 4},
     95             {"matrix": [0, 2], "x": 56, "y": 59, "flags": 4},
     96             {"matrix": [0, 1], "x": 72, "y": 57, "flags": 4},
     97             {"matrix": [0, 0], "x": 90, "y": 57, "flags": 4},
     98             {"matrix": [7, 3], "x": 0, "y": 0, "flags": 4},
     99             {"matrix": [7, 2], "x": 18, "y": 5, "flags": 4},
    100             {"matrix": [7, 1], "x": 36, "y": 10, "flags": 4},
    101             {"matrix": [7, 0], "x": 54, "y": 15, "flags": 4},
    102             {"matrix": [6, 5], "x": 2, "y": 21, "flags": 4},
    103             {"matrix": [6, 4], "x": 20, "y": 23, "flags": 4},
    104             {"matrix": [6, 3], "x": 38, "y": 25, "flags": 4},
    105             {"matrix": [6, 2], "x": 56, "y": 23, "flags": 4},
    106             {"matrix": [6, 1], "x": 72, "y": 21, "flags": 4},
    107             {"matrix": [6, 0], "x": 90, "y": 21, "flags": 4},
    108             {"matrix": [5, 5], "x": 2, "y": 39, "flags": 4},
    109             {"matrix": [5, 4], "x": 20, "y": 41, "flags": 4},
    110             {"matrix": [5, 3], "x": 38, "y": 43, "flags": 4},
    111             {"matrix": [5, 2], "x": 56, "y": 41, "flags": 4},
    112             {"matrix": [5, 1], "x": 72, "y": 39, "flags": 4},
    113             {"matrix": [5, 0], "x": 90, "y": 39, "flags": 4},
    114             {"matrix": [4, 5], "x": 159, "y": 57, "flags": 4},
    115             {"matrix": [4, 4], "x": 159, "y": 59, "flags": 4},
    116             {"matrix": [4, 3], "x": 224, "y": 61, "flags": 4},
    117             {"matrix": [4, 2], "x": 224, "y": 59, "flags": 4},
    118             {"matrix": [4, 1], "x": 224, "y": 57, "flags": 4},
    119             {"matrix": [4, 0], "x": 224, "y": 57, "flags": 4}
    120         ],
    121         "sleep": true,
    122         "split_count": [22, 22]
    123     },
    124     "split": {
    125         "enabled": true,
    126         "matrix_pins": {
    127             "right": {
    128                 "cols": ["GP9", "GP10", "GP8", "GP7", "GP6", "GP5"],
    129                 "rows": ["GP11", "GP13", "GP12", "GP14"]
    130             }
    131         },
    132         "serial": {
    133             "driver": "vendor"
    134         },
    135         "transport": {
    136             "sync": {
    137                 "indicators": true,
    138                 "layer_state": true,
    139                 "matrix_state": true,
    140                 "modifiers": true,
    141                 "wpm": true
    142             }
    143         }
    144     },
    145     "usb": {
    146         "device_version": "0.0.1",
    147         "pid": "0xBFC2",
    148         "vid": "0xAFC2"
    149     },
    150     "ws2812": {
    151         "driver": "vendor",
    152         "pin": "GP15"
    153     },
    154     "layouts": {
    155         "LAYOUT": {
    156             "layout": [
    157                 {"matrix": [0, 0], "x": 0, "y": 0.25},
    158                 {"matrix": [0, 1], "x": 1, "y": 0.25},
    159                 {"matrix": [0, 2], "x": 2, "y": 0.13},
    160                 {"matrix": [0, 3], "x": 3, "y": 0},
    161                 {"matrix": [0, 4], "x": 4, "y": 0.13},
    162                 {"matrix": [0, 5], "x": 5, "y": 0.25},
    163                 {"matrix": [4, 0], "x": 8.75, "y": 0.25},
    164                 {"matrix": [4, 1], "x": 9.75, "y": 0.25},
    165                 {"matrix": [4, 2], "x": 10.75, "y": 0.13},
    166                 {"matrix": [4, 3], "x": 11.75, "y": 0},
    167                 {"matrix": [4, 4], "x": 12.75, "y": 0.13},
    168                 {"matrix": [4, 5], "x": 13.75, "y": 0.25},
    169                 {"matrix": [1, 0], "x": 0, "y": 1.25},
    170                 {"matrix": [1, 1], "x": 1, "y": 1.25},
    171                 {"matrix": [1, 2], "x": 2, "y": 1.13},
    172                 {"matrix": [1, 3], "x": 3, "y": 1},
    173                 {"matrix": [1, 4], "x": 4, "y": 1.13},
    174                 {"matrix": [1, 5], "x": 5, "y": 1.25},
    175                 {"matrix": [5, 0], "x": 8.75, "y": 1.25},
    176                 {"matrix": [5, 1], "x": 9.75, "y": 1.25},
    177                 {"matrix": [5, 2], "x": 10.75, "y": 1.13},
    178                 {"matrix": [5, 3], "x": 11.75, "y": 1},
    179                 {"matrix": [5, 4], "x": 12.75, "y": 1.13},
    180                 {"matrix": [5, 5], "x": 13.75, "y": 1.25},
    181                 {"matrix": [2, 0], "x": 0, "y": 2.25},
    182                 {"matrix": [2, 1], "x": 1, "y": 2.25},
    183                 {"matrix": [2, 2], "x": 2, "y": 2.13},
    184                 {"matrix": [2, 3], "x": 3, "y": 2},
    185                 {"matrix": [2, 4], "x": 4, "y": 2.13},
    186                 {"matrix": [2, 5], "x": 5, "y": 2.25},
    187                 {"matrix": [6, 0], "x": 8.75, "y": 2.25},
    188                 {"matrix": [6, 1], "x": 9.75, "y": 2.25},
    189                 {"matrix": [6, 2], "x": 10.75, "y": 2.13},
    190                 {"matrix": [6, 3], "x": 11.75, "y": 2},
    191                 {"matrix": [6, 4], "x": 12.75, "y": 2.13},
    192                 {"matrix": [6, 5], "x": 13.75, "y": 2.25},
    193                 {"matrix": [3, 2], "x": 2, "y": 3.13},
    194                 {"matrix": [3, 3], "x": 4, "y": 2.05, "h": 1.25},
    195                 {"matrix": [3, 4], "x": 5.25, "y": 1.7, "h": 1.25},
    196                 {"matrix": [3, 5], "x": 5.35, "y": 3.65, "h": 1.5},
    197                 {"matrix": [7, 0], "x": 8.25, "y": 4.25, "h": 1.5},
    198                 {"matrix": [7, 1], "x": 7.75, "y": 6.25, "h": 1.25},
    199                 {"matrix": [7, 2], "x": 9.23, "y": 5.85, "h": 1.25},
    200                 {"matrix": [7, 3], "x": 11.75, "y": 3.13}
    201             ]
    202         }
    203     }
    204 }