qmk_firmware

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

info.json (13834B)


      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.1.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     "community_layouts": [ "split_3x5_3", "split_3x6_3" ],
     81     "layouts": {
     82         "LAYOUT_split_3x5_3": {
     83             "layout": [
     84                 {"matrix": [0, 1], "x": 0, "y": 0.3},
     85                 {"matrix": [0, 2], "x": 1, "y": 0.1},
     86                 {"matrix": [0, 3], "x": 2, "y": 0},
     87                 {"matrix": [0, 4], "x": 3, "y": 0.1},
     88                 {"matrix": [0, 5], "x": 4, "y": 0.2},
     89 
     90                 {"matrix": [4, 5], "x": 8, "y": 0.2},
     91                 {"matrix": [4, 4], "x": 9, "y": 0.1},
     92                 {"matrix": [4, 3], "x": 10, "y": 0},
     93                 {"matrix": [4, 2], "x": 11, "y": 0.1},
     94                 {"matrix": [4, 1], "x": 12, "y": 0.3},
     95 
     96                 {"matrix": [1, 1], "x": 0, "y": 1.3},
     97                 {"matrix": [1, 2], "x": 1, "y": 1.1},
     98                 {"matrix": [1, 3], "x": 2, "y": 1},
     99                 {"matrix": [1, 4], "x": 3, "y": 1.1},
    100                 {"matrix": [1, 5], "x": 4, "y": 1.2},
    101 
    102                 {"matrix": [5, 5], "x": 8, "y": 1.2},
    103                 {"matrix": [5, 4], "x": 9, "y": 1.1},
    104                 {"matrix": [5, 3], "x": 10, "y": 1},
    105                 {"matrix": [5, 2], "x": 11, "y": 1.1},
    106                 {"matrix": [5, 1], "x": 12, "y": 1.3},
    107 
    108                 {"matrix": [2, 1], "x": 0, "y": 2.3},
    109                 {"matrix": [2, 2], "x": 1, "y": 2.1},
    110                 {"matrix": [2, 3], "x": 2, "y": 2},
    111                 {"matrix": [2, 4], "x": 3, "y": 2.1},
    112                 {"matrix": [2, 5], "x": 4, "y": 2.2},
    113 
    114                 {"matrix": [6, 5], "x": 8, "y": 2.2},
    115                 {"matrix": [6, 4], "x": 9, "y": 2.1},
    116                 {"matrix": [6, 3], "x": 10, "y": 2},
    117                 {"matrix": [6, 2], "x": 11, "y": 2.1},
    118                 {"matrix": [6, 1], "x": 12, "y": 2.3},
    119 
    120                 {"matrix": [3, 3], "x": 3, "y": 3.7},
    121                 {"matrix": [3, 4], "x": 4, "y": 3.7},
    122                 {"matrix": [3, 5], "x": 5, "y": 3.2, "h": 1.5},
    123 
    124                 {"matrix": [7, 5], "x": 7, "y": 3.2, "h": 1.5},
    125                 {"matrix": [7, 4], "x": 8, "y": 3.7},
    126                 {"matrix": [7, 3], "x": 9, "y": 3.7}
    127             ]
    128         },
    129         "LAYOUT_split_3x6_3": {
    130             "layout": [
    131                 {"matrix": [0, 0], "x": 0, "y": 0.3},
    132                 {"matrix": [0, 1], "x": 1, "y": 0.3},
    133                 {"matrix": [0, 2], "x": 2, "y": 0.1},
    134                 {"matrix": [0, 3], "x": 3, "y": 0},
    135                 {"matrix": [0, 4], "x": 4, "y": 0.1},
    136                 {"matrix": [0, 5], "x": 5, "y": 0.2},
    137 
    138                 {"matrix": [4, 5], "x": 9, "y": 0.2},
    139                 {"matrix": [4, 4], "x": 10, "y": 0.1},
    140                 {"matrix": [4, 3], "x": 11, "y": 0},
    141                 {"matrix": [4, 2], "x": 12, "y": 0.1},
    142                 {"matrix": [4, 1], "x": 13, "y": 0.3},
    143                 {"matrix": [4, 0], "x": 14, "y": 0.3},
    144 
    145                 {"matrix": [1, 0], "x": 0, "y": 1.3},
    146                 {"matrix": [1, 1], "x": 1, "y": 1.3},
    147                 {"matrix": [1, 2], "x": 2, "y": 1.1},
    148                 {"matrix": [1, 3], "x": 3, "y": 1},
    149                 {"matrix": [1, 4], "x": 4, "y": 1.1},
    150                 {"matrix": [1, 5], "x": 5, "y": 1.2},
    151 
    152                 {"matrix": [5, 5], "x": 9, "y": 1.2},
    153                 {"matrix": [5, 4], "x": 10, "y": 1.1},
    154                 {"matrix": [5, 3], "x": 11, "y": 1},
    155                 {"matrix": [5, 2], "x": 12, "y": 1.1},
    156                 {"matrix": [5, 1], "x": 13, "y": 1.3},
    157                 {"matrix": [5, 0], "x": 14, "y": 1.3},
    158 
    159                 {"matrix": [2, 0], "x": 0, "y": 2.3},
    160                 {"matrix": [2, 1], "x": 1, "y": 2.3},
    161                 {"matrix": [2, 2], "x": 2, "y": 2.1},
    162                 {"matrix": [2, 3], "x": 3, "y": 2},
    163                 {"matrix": [2, 4], "x": 4, "y": 2.1},
    164                 {"matrix": [2, 5], "x": 5, "y": 2.2},
    165 
    166                 {"matrix": [6, 5], "x": 9, "y": 2.2},
    167                 {"matrix": [6, 4], "x": 10, "y": 2.1},
    168                 {"matrix": [6, 3], "x": 11, "y": 2},
    169                 {"matrix": [6, 2], "x": 12, "y": 2.1},
    170                 {"matrix": [6, 1], "x": 13, "y": 2.3},
    171                 {"matrix": [6, 0], "x": 14, "y": 2.3},
    172 
    173                 {"matrix": [3, 3], "x": 4, "y": 3.7},
    174                 {"matrix": [3, 4], "x": 5, "y": 3.7},
    175                 {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
    176 
    177                 {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
    178                 {"matrix": [7, 4], "x": 9, "y": 3.7},
    179                 {"matrix": [7, 3], "x": 10, "y": 3.7}
    180             ]
    181         },
    182         "LAYOUT_split_3x5_3_ex2": {
    183             "layout": [
    184                 {"matrix": [0, 1], "x": 0, "y": 0.3},
    185                 {"matrix": [0, 2], "x": 1, "y": 0.1},
    186                 {"matrix": [0, 3], "x": 2, "y": 0},
    187                 {"matrix": [0, 4], "x": 3, "y": 0.1},
    188                 {"matrix": [0, 5], "x": 4, "y": 0.2},
    189                 {"matrix": [0, 6], "x": 5, "y": 0.7},
    190 
    191                 {"matrix": [4, 6], "x": 8, "y": 0.7},
    192                 {"matrix": [4, 5], "x": 9, "y": 0.2},
    193                 {"matrix": [4, 4], "x": 10, "y": 0.1},
    194                 {"matrix": [4, 3], "x": 11, "y": 0},
    195                 {"matrix": [4, 2], "x": 12, "y": 0.1},
    196                 {"matrix": [4, 1], "x": 13, "y": 0.3},
    197 
    198                 {"matrix": [1, 1], "x": 0, "y": 1.3},
    199                 {"matrix": [1, 2], "x": 1, "y": 1.1},
    200                 {"matrix": [1, 3], "x": 2, "y": 1},
    201                 {"matrix": [1, 4], "x": 3, "y": 1.1},
    202                 {"matrix": [1, 5], "x": 4, "y": 1.2},
    203                 {"matrix": [1, 6], "x": 5, "y": 1.7},
    204 
    205                 {"matrix": [5, 6], "x": 8, "y": 1.7},
    206                 {"matrix": [5, 5], "x": 9, "y": 1.2},
    207                 {"matrix": [5, 4], "x": 10, "y": 1.1},
    208                 {"matrix": [5, 3], "x": 11, "y": 1},
    209                 {"matrix": [5, 2], "x": 12, "y": 1.1},
    210                 {"matrix": [5, 1], "x": 13, "y": 1.3},
    211 
    212                 {"matrix": [2, 1], "x": 0, "y": 2.3},
    213                 {"matrix": [2, 2], "x": 1, "y": 2.1},
    214                 {"matrix": [2, 3], "x": 2, "y": 2},
    215                 {"matrix": [2, 4], "x": 3, "y": 2.1},
    216                 {"matrix": [2, 5], "x": 4, "y": 2.2},
    217 
    218                 {"matrix": [6, 5], "x": 9, "y": 2.2},
    219                 {"matrix": [6, 4], "x": 10, "y": 2.1},
    220                 {"matrix": [6, 3], "x": 11, "y": 2},
    221                 {"matrix": [6, 2], "x": 12, "y": 2.1},
    222                 {"matrix": [6, 1], "x": 13, "y": 2.3},
    223 
    224                 {"matrix": [3, 3], "x": 4, "y": 3.7},
    225                 {"matrix": [3, 4], "x": 5, "y": 3.7},
    226                 {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
    227 
    228                 {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
    229                 {"matrix": [7, 4], "x": 9, "y": 3.7},
    230                 {"matrix": [7, 3], "x": 10, "y": 3.7}
    231             ]
    232         },
    233         "LAYOUT_split_3x6_3_ex2": {
    234             "layout": [
    235                 {"matrix": [0, 0], "x": 0, "y": 0.3},
    236                 {"matrix": [0, 1], "x": 1, "y": 0.3},
    237                 {"matrix": [0, 2], "x": 2, "y": 0.1},
    238                 {"matrix": [0, 3], "x": 3, "y": 0},
    239                 {"matrix": [0, 4], "x": 4, "y": 0.1},
    240                 {"matrix": [0, 5], "x": 5, "y": 0.2},
    241                 {"matrix": [0, 6], "x": 6, "y": 0.7},
    242 
    243                 {"matrix": [4, 6], "x": 8, "y": 0.7},
    244                 {"matrix": [4, 5], "x": 9, "y": 0.2},
    245                 {"matrix": [4, 4], "x": 10, "y": 0.1},
    246                 {"matrix": [4, 3], "x": 11, "y": 0},
    247                 {"matrix": [4, 2], "x": 12, "y": 0.1},
    248                 {"matrix": [4, 1], "x": 13, "y": 0.3},
    249                 {"matrix": [4, 0], "x": 14, "y": 0.3},
    250 
    251                 {"matrix": [1, 0], "x": 0, "y": 1.3},
    252                 {"matrix": [1, 1], "x": 1, "y": 1.3},
    253                 {"matrix": [1, 2], "x": 2, "y": 1.1},
    254                 {"matrix": [1, 3], "x": 3, "y": 1},
    255                 {"matrix": [1, 4], "x": 4, "y": 1.1},
    256                 {"matrix": [1, 5], "x": 5, "y": 1.2},
    257                 {"matrix": [1, 6], "x": 6, "y": 1.7},
    258 
    259                 {"matrix": [5, 6], "x": 8, "y": 1.7},
    260                 {"matrix": [5, 5], "x": 9, "y": 1.2},
    261                 {"matrix": [5, 4], "x": 10, "y": 1.1},
    262                 {"matrix": [5, 3], "x": 11, "y": 1},
    263                 {"matrix": [5, 2], "x": 12, "y": 1.1},
    264                 {"matrix": [5, 1], "x": 13, "y": 1.3},
    265                 {"matrix": [5, 0], "x": 14, "y": 1.3},
    266 
    267                 {"matrix": [2, 0], "x": 0, "y": 2.3},
    268                 {"matrix": [2, 1], "x": 1, "y": 2.3},
    269                 {"matrix": [2, 2], "x": 2, "y": 2.1},
    270                 {"matrix": [2, 3], "x": 3, "y": 2},
    271                 {"matrix": [2, 4], "x": 4, "y": 2.1},
    272                 {"matrix": [2, 5], "x": 5, "y": 2.2},
    273 
    274                 {"matrix": [6, 5], "x": 9, "y": 2.2},
    275                 {"matrix": [6, 4], "x": 10, "y": 2.1},
    276                 {"matrix": [6, 3], "x": 11, "y": 2},
    277                 {"matrix": [6, 2], "x": 12, "y": 2.1},
    278                 {"matrix": [6, 1], "x": 13, "y": 2.3},
    279                 {"matrix": [6, 0], "x": 14, "y": 2.3},
    280 
    281                 {"matrix": [3, 3], "x": 4, "y": 3.7},
    282                 {"matrix": [3, 4], "x": 5, "y": 3.7},
    283                 {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
    284 
    285                 {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
    286                 {"matrix": [7, 4], "x": 9, "y": 3.7},
    287                 {"matrix": [7, 3], "x": 10, "y": 3.7}
    288             ]
    289         }
    290     },
    291     "ws2812": {
    292         "driver": "vendor",
    293         "pin": "GP10"
    294     },
    295     "rgblight": {
    296         "led_count": 46,
    297         "split": true,
    298         "split_count": [23, 23],
    299         "max_brightness": 50,
    300         "animations": {
    301             "alternating": true,
    302             "breathing": true,
    303             "christmas": true,
    304             "knight": true,
    305             "rainbow_mood": true,
    306             "rainbow_swirl": true,
    307             "rgb_test": true,
    308             "snake": true,
    309             "static_gradient": true,
    310             "twinkle": true
    311         }
    312     },
    313     "rgb_matrix": {
    314         "driver": "ws2812",
    315         "max_brightness": 50,
    316         "animations": {
    317             "alphas_mods": true,
    318             "gradient_up_down": true,
    319             "gradient_left_right": true,
    320             "breathing": true,
    321             "band_sat": true,
    322             "band_val": true,
    323             "band_pinwheel_sat": true,
    324             "band_pinwheel_val": true,
    325             "band_spiral_sat": true,
    326             "band_spiral_val": true,
    327             "cycle_all": true,
    328             "cycle_left_right": true,
    329             "cycle_up_down": true,
    330             "rainbow_moving_chevron": true,
    331             "cycle_out_in": true,
    332             "cycle_out_in_dual": true,
    333             "cycle_pinwheel": true,
    334             "cycle_spiral": true,
    335             "dual_beacon": true,
    336             "rainbow_beacon": true,
    337             "rainbow_pinwheels": true,
    338             "raindrops": true,
    339             "jellybean_raindrops": true,
    340             "hue_breathing": true,
    341             "hue_pendulum": true,
    342             "hue_wave": true,
    343             "pixel_fractal": true,
    344             "pixel_flow": true,
    345             "pixel_rain": true,
    346             "typing_heatmap": true,
    347             "digital_rain": true,
    348             "solid_reactive_simple": true,
    349             "solid_reactive": true,
    350             "solid_reactive_wide": true,
    351             "solid_reactive_multiwide": true,
    352             "solid_reactive_cross": true,
    353             "solid_reactive_multicross": true,
    354             "solid_reactive_nexus": true,
    355             "solid_reactive_multinexus": true,
    356             "splash": true,
    357             "multisplash": true,
    358             "solid_splash": true,
    359             "solid_multisplash": true
    360         },
    361         "sleep": true
    362     }
    363 }