qmk_firmware

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

keyboard.json (7166B)


      1 {
      2     "keyboard_name": "Sol",
      3     "manufacturer": "RGBKB",
      4     "maintainer": "Legonut",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x3060",
      8         "device_version": "0.0.2"
      9     },
     10     "build": {
     11         "lto": true
     12     },
     13     "features": {
     14         "bootmagic": false,
     15         "encoder": true,
     16         "extrakey": true,
     17         "mousekey": false,
     18         "nkro": false,
     19         "oled": false,
     20         "rgb_matrix": true
     21     },
     22     "rgb_matrix": {
     23         "animations": {
     24             "alphas_mods": true,
     25             "gradient_up_down": true,
     26             "gradient_left_right": true,
     27             "breathing": true,
     28             "band_sat": true,
     29             "band_val": true,
     30             "band_pinwheel_sat": true,
     31             "band_pinwheel_val": true,
     32             "band_spiral_sat": true,
     33             "band_spiral_val": true,
     34             "cycle_all": true,
     35             "cycle_left_right": true,
     36             "cycle_up_down": true,
     37             "rainbow_moving_chevron": true,
     38             "cycle_out_in": true,
     39             "cycle_out_in_dual": true,
     40             "cycle_pinwheel": true,
     41             "cycle_spiral": true,
     42             "dual_beacon": true,
     43             "rainbow_beacon": true,
     44             "rainbow_pinwheels": true,
     45             "raindrops": true,
     46             "jellybean_raindrops": true,
     47             "hue_breathing": true,
     48             "hue_pendulum": true,
     49             "hue_wave": true,
     50             "pixel_rain": true,
     51             "pixel_flow": true,
     52             "pixel_fractal": true,
     53             "typing_heatmap": true,
     54             "digital_rain": true,
     55             "solid_reactive_simple": true,
     56             "solid_reactive": true,
     57             "solid_reactive_wide": true,
     58             "solid_reactive_multiwide": true,
     59             "solid_reactive_cross": true,
     60             "solid_reactive_multicross": true,
     61             "solid_reactive_nexus": true,
     62             "solid_reactive_multinexus": true,
     63             "splash": true,
     64             "multisplash": true,
     65             "solid_splash": true,
     66             "solid_multisplash": true
     67         },
     68         "center_point": [112, 37],
     69         "driver": "ws2812"
     70     },
     71     "rgblight": {
     72         "animations": {
     73             "breathing": true,
     74             "rainbow_mood": true,
     75             "rainbow_swirl": true,
     76             "snake": true,
     77             "knight": true,
     78             "christmas": true,
     79             "static_gradient": true,
     80             "rgb_test": true,
     81             "alternating": true,
     82             "twinkle": true
     83         }
     84     },
     85     "matrix_pins": {
     86         "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7"],
     87         "rows": ["C6", "B6", "B5", "B4", "D7", "E6"]
     88     },
     89     "diode_direction": "COL2ROW",
     90     "split": {
     91         "enabled": true,
     92         "serial": {
     93             "pin": "D3"
     94         }
     95     },
     96     "tapping": {
     97         "term": 150
     98     },
     99     "ws2812": {
    100         "pin": "B7"
    101     },
    102     "processor": "atmega32u4",
    103     "bootloader": "qmk-dfu",
    104     "layouts": {
    105         "LAYOUT": {
    106             "layout": [
    107                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5},
    108                 {"matrix": [0, 1], "x": 1.5, "y": 0},
    109                 {"matrix": [0, 2], "x": 2.5, "y": 0},
    110                 {"matrix": [0, 3], "x": 3.5, "y": 0},
    111                 {"matrix": [0, 4], "x": 4.5, "y": 0},
    112                 {"matrix": [0, 5], "x": 5.5, "y": 0},
    113                 {"matrix": [0, 6], "x": 6.75, "y": 0},
    114 
    115                 {"matrix": [6, 6], "x": 9.25, "y": 0},
    116                 {"matrix": [6, 5], "x": 10.5, "y": 0},
    117                 {"matrix": [6, 4], "x": 11.5, "y": 0},
    118                 {"matrix": [6, 3], "x": 12.5, "y": 0},
    119                 {"matrix": [6, 2], "x": 13.5, "y": 0},
    120                 {"matrix": [6, 1], "x": 14.5, "y": 0},
    121                 {"matrix": [6, 0], "x": 15.5, "y": 0, "w": 1.5},
    122 
    123                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
    124                 {"matrix": [1, 1], "x": 1.5, "y": 1},
    125                 {"matrix": [1, 2], "x": 2.5, "y": 1},
    126                 {"matrix": [1, 3], "x": 3.5, "y": 1},
    127                 {"matrix": [1, 4], "x": 4.5, "y": 1},
    128                 {"matrix": [1, 5], "x": 5.5, "y": 1},
    129                 {"matrix": [1, 6], "x": 6.75, "y": 1},
    130 
    131                 {"matrix": [7, 6], "x": 9.25, "y": 1},
    132                 {"matrix": [7, 5], "x": 10.5, "y": 1},
    133                 {"matrix": [7, 4], "x": 11.5, "y": 1},
    134                 {"matrix": [7, 3], "x": 12.5, "y": 1},
    135                 {"matrix": [7, 2], "x": 13.5, "y": 1},
    136                 {"matrix": [7, 1], "x": 14.5, "y": 1},
    137                 {"matrix": [7, 0], "x": 15.5, "y": 1, "w": 1.5},
    138 
    139                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
    140                 {"matrix": [2, 1], "x": 1.5, "y": 2},
    141                 {"matrix": [2, 2], "x": 2.5, "y": 2},
    142                 {"matrix": [2, 3], "x": 3.5, "y": 2},
    143                 {"matrix": [2, 4], "x": 4.5, "y": 2},
    144                 {"matrix": [2, 5], "x": 5.5, "y": 2},
    145                 {"matrix": [2, 6], "x": 6.75, "y": 2},
    146 
    147                 {"matrix": [8, 6], "x": 9.25, "y": 2},
    148                 {"matrix": [8, 5], "x": 10.5, "y": 2},
    149                 {"matrix": [8, 4], "x": 11.5, "y": 2},
    150                 {"matrix": [8, 3], "x": 12.5, "y": 2},
    151                 {"matrix": [8, 2], "x": 13.5, "y": 2},
    152                 {"matrix": [8, 1], "x": 14.5, "y": 2},
    153                 {"matrix": [8, 0], "x": 15.5, "y": 2, "w": 1.5},
    154 
    155                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.5},
    156                 {"matrix": [3, 1], "x": 1.5, "y": 3},
    157                 {"matrix": [3, 2], "x": 2.5, "y": 3},
    158                 {"matrix": [3, 3], "x": 3.5, "y": 3},
    159                 {"matrix": [3, 4], "x": 4.5, "y": 3},
    160                 {"matrix": [3, 5], "x": 5.5, "y": 3},
    161                 {"matrix": [3, 6], "x": 6.75, "y": 3},
    162 
    163                 {"matrix": [9, 6], "x": 9.25, "y": 3},
    164                 {"matrix": [9, 5], "x": 10.5, "y": 3},
    165                 {"matrix": [9, 4], "x": 11.5, "y": 3},
    166                 {"matrix": [9, 3], "x": 12.5, "y": 3},
    167                 {"matrix": [9, 2], "x": 13.5, "y": 3},
    168                 {"matrix": [9, 1], "x": 14.5, "y": 3},
    169                 {"matrix": [9, 0], "x": 15.5, "y": 3, "w": 1.5},
    170 
    171                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
    172                 {"matrix": [4, 1], "x": 1.5, "y": 4},
    173                 {"matrix": [4, 2], "x": 2.5, "y": 4},
    174                 {"matrix": [4, 3], "x": 3.5, "y": 4},
    175                 {"matrix": [4, 4], "x": 4.5, "y": 4},
    176                 {"matrix": [4, 5], "x": 6, "y": 4.5},
    177                 {"matrix": [4, 6], "x": 7, "y": 4.5},
    178 
    179                 {"matrix": [10, 6], "x": 9, "y": 4.5},
    180                 {"matrix": [10, 5], "x": 10, "y": 4.5},
    181                 {"matrix": [10, 4], "x": 11.5, "y": 4},
    182                 {"matrix": [10, 3], "x": 12.5, "y": 4},
    183                 {"matrix": [10, 2], "x": 13.5, "y": 4},
    184                 {"matrix": [10, 1], "x": 14.5, "y": 4},
    185                 {"matrix": [10, 0], "x": 15.5, "y": 4, "w": 1.5},
    186 
    187                 {"matrix": [5, 5], "x": 6, "y": 5.5},
    188                 {"matrix": [5, 6], "x": 7, "y": 5.5},
    189 
    190                 {"matrix": [11, 6], "x": 9, "y": 5.5},
    191                 {"matrix": [11, 5], "x": 10, "y": 5.5}
    192             ]
    193         }
    194     }
    195 }