qmk_firmware

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

info.json (13897B)


      1 {
      2     "maintainer": "foostan",
      3     "manufacturer": "foostan",
      4     "url": "https://github.com/foostan/crkbd",
      5     "usb": {
      6         "vid": "0x4653",
      7         "suspend_wakeup_delay": 200,
      8         "device_version": "4.0.0"
      9     },
     10     "processor": "RP2040",
     11     "bootloader": "rp2040",
     12     "features": {
     13         "bootmagic": true,
     14         "extrakey": true,
     15         "nkro": true,
     16         "oled": true,
     17         "rgblight": false,
     18         "rgb_matrix": true,
     19         "mousekey": true,
     20         "encoder": true
     21     },
     22     "diode_direction": "COL2ROW",
     23     "dynamic_keymap": {
     24         "layer_count": 6
     25     },
     26     "matrix_pins": {
     27         "direct":[
     28             ["GP22", "GP20", "GP23", "GP26", "GP29",  "GP0",  "GP4"],
     29             ["GP19", "GP18", "GP24", "GP27",  "GP1",  "GP2",  "GP8"],
     30             ["GP17", "GP16", "GP25", "GP28",  "GP3",  "GP9",   null],
     31             [  null,   null,   null, "GP14", "GP15", "GP11",   null]
     32         ]
     33     },
     34     "encoder": {
     35         "rotary": [
     36             {"pin_a": "GP5", "pin_b": "GP7"},
     37             {"pin_a": "GP6", "pin_b": "GP7"}
     38         ]
     39     },
     40     "bootmagic": {
     41         "enabled": true,
     42         "matrix": [ 0, 1 ]
     43     },
     44     "split": {
     45         "enabled": true,
     46         "bootmagic": {
     47             "matrix": [ 4, 1 ]
     48         },
     49         "handedness": {
     50             "pin": "GP21"
     51         },
     52         "matrix_pins": {
     53             "right": {
     54                 "direct": [
     55                     [ "GP8",  "GP9",  "GP3",  "GP2",  "GP1", "GP27", "GP25"],
     56                     ["GP11", "GP14",  "GP4",  "GP0", "GP28", "GP26", "GP23"],
     57                     ["GP15", "GP18",  "GP5", "GP29", "GP20", "GP22",   null],
     58                     [  null,   null,   null, "GP16", "GP17", "GP19",   null]
     59                 ]
     60             }
     61         },
     62         "encoder": {
     63             "right": {
     64                 "rotary": [
     65                     {"pin_a": "GP24", "pin_b":  "GP7"},
     66                     {"pin_a":  "GP6", "pin_b":  "GP7"}
     67                 ]
     68             }
     69         },
     70         "serial": {
     71             "driver": "vendor"
     72         },
     73         "transport": {
     74             "sync": {
     75                 "matrix_state": true
     76             },
     77             "watchdog": true
     78 
     79         },
     80         "usb_detect": {
     81             "timeout": 500
     82         }
     83     },
     84     "community_layouts": [ "split_3x5_3", "split_3x6_3" ],
     85     "layouts": {
     86         "LAYOUT_split_3x5_3": {
     87             "layout": [
     88                 {"matrix": [0, 1], "x": 0, "y": 0.3},
     89                 {"matrix": [0, 2], "x": 1, "y": 0.1},
     90                 {"matrix": [0, 3], "x": 2, "y": 0},
     91                 {"matrix": [0, 4], "x": 3, "y": 0.1},
     92                 {"matrix": [0, 5], "x": 4, "y": 0.2},
     93 
     94                 {"matrix": [4, 5], "x": 8, "y": 0.2},
     95                 {"matrix": [4, 4], "x": 9, "y": 0.1},
     96                 {"matrix": [4, 3], "x": 10, "y": 0},
     97                 {"matrix": [4, 2], "x": 11, "y": 0.1},
     98                 {"matrix": [4, 1], "x": 12, "y": 0.3},
     99 
    100                 {"matrix": [1, 1], "x": 0, "y": 1.3},
    101                 {"matrix": [1, 2], "x": 1, "y": 1.1},
    102                 {"matrix": [1, 3], "x": 2, "y": 1},
    103                 {"matrix": [1, 4], "x": 3, "y": 1.1},
    104                 {"matrix": [1, 5], "x": 4, "y": 1.2},
    105 
    106                 {"matrix": [5, 5], "x": 8, "y": 1.2},
    107                 {"matrix": [5, 4], "x": 9, "y": 1.1},
    108                 {"matrix": [5, 3], "x": 10, "y": 1},
    109                 {"matrix": [5, 2], "x": 11, "y": 1.1},
    110                 {"matrix": [5, 1], "x": 12, "y": 1.3},
    111 
    112                 {"matrix": [2, 1], "x": 0, "y": 2.3},
    113                 {"matrix": [2, 2], "x": 1, "y": 2.1},
    114                 {"matrix": [2, 3], "x": 2, "y": 2},
    115                 {"matrix": [2, 4], "x": 3, "y": 2.1},
    116                 {"matrix": [2, 5], "x": 4, "y": 2.2},
    117 
    118                 {"matrix": [6, 5], "x": 8, "y": 2.2},
    119                 {"matrix": [6, 4], "x": 9, "y": 2.1},
    120                 {"matrix": [6, 3], "x": 10, "y": 2},
    121                 {"matrix": [6, 2], "x": 11, "y": 2.1},
    122                 {"matrix": [6, 1], "x": 12, "y": 2.3},
    123 
    124                 {"matrix": [3, 3], "x": 3, "y": 3.7},
    125                 {"matrix": [3, 4], "x": 4, "y": 3.7},
    126                 {"matrix": [3, 5], "x": 5, "y": 3.2, "h": 1.5},
    127 
    128                 {"matrix": [7, 5], "x": 7, "y": 3.2, "h": 1.5},
    129                 {"matrix": [7, 4], "x": 8, "y": 3.7},
    130                 {"matrix": [7, 3], "x": 9, "y": 3.7}
    131             ]
    132         },
    133         "LAYOUT_split_3x6_3": {
    134             "layout": [
    135                 {"matrix": [0, 0], "x": 0, "y": 0.3},
    136                 {"matrix": [0, 1], "x": 1, "y": 0.3},
    137                 {"matrix": [0, 2], "x": 2, "y": 0.1},
    138                 {"matrix": [0, 3], "x": 3, "y": 0},
    139                 {"matrix": [0, 4], "x": 4, "y": 0.1},
    140                 {"matrix": [0, 5], "x": 5, "y": 0.2},
    141 
    142                 {"matrix": [4, 5], "x": 9, "y": 0.2},
    143                 {"matrix": [4, 4], "x": 10, "y": 0.1},
    144                 {"matrix": [4, 3], "x": 11, "y": 0},
    145                 {"matrix": [4, 2], "x": 12, "y": 0.1},
    146                 {"matrix": [4, 1], "x": 13, "y": 0.3},
    147                 {"matrix": [4, 0], "x": 14, "y": 0.3},
    148 
    149                 {"matrix": [1, 0], "x": 0, "y": 1.3},
    150                 {"matrix": [1, 1], "x": 1, "y": 1.3},
    151                 {"matrix": [1, 2], "x": 2, "y": 1.1},
    152                 {"matrix": [1, 3], "x": 3, "y": 1},
    153                 {"matrix": [1, 4], "x": 4, "y": 1.1},
    154                 {"matrix": [1, 5], "x": 5, "y": 1.2},
    155 
    156                 {"matrix": [5, 5], "x": 9, "y": 1.2},
    157                 {"matrix": [5, 4], "x": 10, "y": 1.1},
    158                 {"matrix": [5, 3], "x": 11, "y": 1},
    159                 {"matrix": [5, 2], "x": 12, "y": 1.1},
    160                 {"matrix": [5, 1], "x": 13, "y": 1.3},
    161                 {"matrix": [5, 0], "x": 14, "y": 1.3},
    162 
    163                 {"matrix": [2, 0], "x": 0, "y": 2.3},
    164                 {"matrix": [2, 1], "x": 1, "y": 2.3},
    165                 {"matrix": [2, 2], "x": 2, "y": 2.1},
    166                 {"matrix": [2, 3], "x": 3, "y": 2},
    167                 {"matrix": [2, 4], "x": 4, "y": 2.1},
    168                 {"matrix": [2, 5], "x": 5, "y": 2.2},
    169 
    170                 {"matrix": [6, 5], "x": 9, "y": 2.2},
    171                 {"matrix": [6, 4], "x": 10, "y": 2.1},
    172                 {"matrix": [6, 3], "x": 11, "y": 2},
    173                 {"matrix": [6, 2], "x": 12, "y": 2.1},
    174                 {"matrix": [6, 1], "x": 13, "y": 2.3},
    175                 {"matrix": [6, 0], "x": 14, "y": 2.3},
    176 
    177                 {"matrix": [3, 3], "x": 4, "y": 3.7},
    178                 {"matrix": [3, 4], "x": 5, "y": 3.7},
    179                 {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
    180 
    181                 {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
    182                 {"matrix": [7, 4], "x": 9, "y": 3.7},
    183                 {"matrix": [7, 3], "x": 10, "y": 3.7}
    184             ]
    185         },
    186         "LAYOUT_split_3x5_3_ex2": {
    187             "layout": [
    188                 {"matrix": [0, 1], "x": 0, "y": 0.3},
    189                 {"matrix": [0, 2], "x": 1, "y": 0.1},
    190                 {"matrix": [0, 3], "x": 2, "y": 0},
    191                 {"matrix": [0, 4], "x": 3, "y": 0.1},
    192                 {"matrix": [0, 5], "x": 4, "y": 0.2},
    193                 {"matrix": [0, 6], "x": 5, "y": 0.7},
    194 
    195                 {"matrix": [4, 6], "x": 8, "y": 0.7},
    196                 {"matrix": [4, 5], "x": 9, "y": 0.2},
    197                 {"matrix": [4, 4], "x": 10, "y": 0.1},
    198                 {"matrix": [4, 3], "x": 11, "y": 0},
    199                 {"matrix": [4, 2], "x": 12, "y": 0.1},
    200                 {"matrix": [4, 1], "x": 13, "y": 0.3},
    201 
    202                 {"matrix": [1, 1], "x": 0, "y": 1.3},
    203                 {"matrix": [1, 2], "x": 1, "y": 1.1},
    204                 {"matrix": [1, 3], "x": 2, "y": 1},
    205                 {"matrix": [1, 4], "x": 3, "y": 1.1},
    206                 {"matrix": [1, 5], "x": 4, "y": 1.2},
    207                 {"matrix": [1, 6], "x": 5, "y": 1.7},
    208 
    209                 {"matrix": [5, 6], "x": 8, "y": 1.7},
    210                 {"matrix": [5, 5], "x": 9, "y": 1.2},
    211                 {"matrix": [5, 4], "x": 10, "y": 1.1},
    212                 {"matrix": [5, 3], "x": 11, "y": 1},
    213                 {"matrix": [5, 2], "x": 12, "y": 1.1},
    214                 {"matrix": [5, 1], "x": 13, "y": 1.3},
    215 
    216                 {"matrix": [2, 1], "x": 0, "y": 2.3},
    217                 {"matrix": [2, 2], "x": 1, "y": 2.1},
    218                 {"matrix": [2, 3], "x": 2, "y": 2},
    219                 {"matrix": [2, 4], "x": 3, "y": 2.1},
    220                 {"matrix": [2, 5], "x": 4, "y": 2.2},
    221 
    222                 {"matrix": [6, 5], "x": 9, "y": 2.2},
    223                 {"matrix": [6, 4], "x": 10, "y": 2.1},
    224                 {"matrix": [6, 3], "x": 11, "y": 2},
    225                 {"matrix": [6, 2], "x": 12, "y": 2.1},
    226                 {"matrix": [6, 1], "x": 13, "y": 2.3},
    227 
    228                 {"matrix": [3, 3], "x": 4, "y": 3.7},
    229                 {"matrix": [3, 4], "x": 5, "y": 3.7},
    230                 {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
    231 
    232                 {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
    233                 {"matrix": [7, 4], "x": 9, "y": 3.7},
    234                 {"matrix": [7, 3], "x": 10, "y": 3.7}
    235             ]
    236         },
    237         "LAYOUT_split_3x6_3_ex2": {
    238             "layout": [
    239                 {"matrix": [0, 0], "x": 0, "y": 0.3},
    240                 {"matrix": [0, 1], "x": 1, "y": 0.3},
    241                 {"matrix": [0, 2], "x": 2, "y": 0.1},
    242                 {"matrix": [0, 3], "x": 3, "y": 0},
    243                 {"matrix": [0, 4], "x": 4, "y": 0.1},
    244                 {"matrix": [0, 5], "x": 5, "y": 0.2},
    245                 {"matrix": [0, 6], "x": 6, "y": 0.7},
    246 
    247                 {"matrix": [4, 6], "x": 8, "y": 0.7},
    248                 {"matrix": [4, 5], "x": 9, "y": 0.2},
    249                 {"matrix": [4, 4], "x": 10, "y": 0.1},
    250                 {"matrix": [4, 3], "x": 11, "y": 0},
    251                 {"matrix": [4, 2], "x": 12, "y": 0.1},
    252                 {"matrix": [4, 1], "x": 13, "y": 0.3},
    253                 {"matrix": [4, 0], "x": 14, "y": 0.3},
    254 
    255                 {"matrix": [1, 0], "x": 0, "y": 1.3},
    256                 {"matrix": [1, 1], "x": 1, "y": 1.3},
    257                 {"matrix": [1, 2], "x": 2, "y": 1.1},
    258                 {"matrix": [1, 3], "x": 3, "y": 1},
    259                 {"matrix": [1, 4], "x": 4, "y": 1.1},
    260                 {"matrix": [1, 5], "x": 5, "y": 1.2},
    261                 {"matrix": [1, 6], "x": 6, "y": 1.7},
    262 
    263                 {"matrix": [5, 6], "x": 8, "y": 1.7},
    264                 {"matrix": [5, 5], "x": 9, "y": 1.2},
    265                 {"matrix": [5, 4], "x": 10, "y": 1.1},
    266                 {"matrix": [5, 3], "x": 11, "y": 1},
    267                 {"matrix": [5, 2], "x": 12, "y": 1.1},
    268                 {"matrix": [5, 1], "x": 13, "y": 1.3},
    269                 {"matrix": [5, 0], "x": 14, "y": 1.3},
    270 
    271                 {"matrix": [2, 0], "x": 0, "y": 2.3},
    272                 {"matrix": [2, 1], "x": 1, "y": 2.3},
    273                 {"matrix": [2, 2], "x": 2, "y": 2.1},
    274                 {"matrix": [2, 3], "x": 3, "y": 2},
    275                 {"matrix": [2, 4], "x": 4, "y": 2.1},
    276                 {"matrix": [2, 5], "x": 5, "y": 2.2},
    277 
    278                 {"matrix": [6, 5], "x": 9, "y": 2.2},
    279                 {"matrix": [6, 4], "x": 10, "y": 2.1},
    280                 {"matrix": [6, 3], "x": 11, "y": 2},
    281                 {"matrix": [6, 2], "x": 12, "y": 2.1},
    282                 {"matrix": [6, 1], "x": 13, "y": 2.3},
    283                 {"matrix": [6, 0], "x": 14, "y": 2.3},
    284 
    285                 {"matrix": [3, 3], "x": 4, "y": 3.7},
    286                 {"matrix": [3, 4], "x": 5, "y": 3.7},
    287                 {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
    288 
    289                 {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
    290                 {"matrix": [7, 4], "x": 9, "y": 3.7},
    291                 {"matrix": [7, 3], "x": 10, "y": 3.7}
    292             ]
    293         }
    294     },
    295     "ws2812": {
    296         "driver": "vendor",
    297         "pin": "GP10"
    298     },
    299     "rgblight": {
    300         "led_count": 46,
    301         "split": true,
    302         "split_count": [23, 23],
    303         "max_brightness": 50,
    304         "animations": {
    305             "alternating": true,
    306             "breathing": true,
    307             "christmas": true,
    308             "knight": true,
    309             "rainbow_mood": true,
    310             "rainbow_swirl": true,
    311             "rgb_test": true,
    312             "snake": true,
    313             "static_gradient": true,
    314             "twinkle": true
    315         }
    316     },
    317     "rgb_matrix": {
    318         "driver": "ws2812",
    319         "max_brightness": 50,
    320         "animations": {
    321             "alphas_mods": true,
    322             "gradient_up_down": true,
    323             "gradient_left_right": true,
    324             "breathing": true,
    325             "band_sat": true,
    326             "band_val": true,
    327             "band_pinwheel_sat": true,
    328             "band_pinwheel_val": true,
    329             "band_spiral_sat": true,
    330             "band_spiral_val": true,
    331             "cycle_all": true,
    332             "cycle_left_right": true,
    333             "cycle_up_down": true,
    334             "rainbow_moving_chevron": true,
    335             "cycle_out_in": true,
    336             "cycle_out_in_dual": true,
    337             "cycle_pinwheel": true,
    338             "cycle_spiral": true,
    339             "dual_beacon": true,
    340             "rainbow_beacon": true,
    341             "rainbow_pinwheels": true,
    342             "raindrops": true,
    343             "jellybean_raindrops": true,
    344             "hue_breathing": true,
    345             "hue_pendulum": true,
    346             "hue_wave": true,
    347             "pixel_fractal": true,
    348             "pixel_flow": true,
    349             "pixel_rain": true,
    350             "typing_heatmap": true,
    351             "digital_rain": true,
    352             "solid_reactive_simple": true,
    353             "solid_reactive": true,
    354             "solid_reactive_wide": true,
    355             "solid_reactive_multiwide": true,
    356             "solid_reactive_cross": true,
    357             "solid_reactive_multicross": true,
    358             "solid_reactive_nexus": true,
    359             "solid_reactive_multinexus": true,
    360             "splash": true,
    361             "multisplash": true,
    362             "solid_splash": true,
    363             "solid_multisplash": true
    364         },
    365         "sleep": true
    366     }
    367 }