qmk_firmware

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

keyboard.json (5974B)


      1 {
      2     "build": {
      3         "lto": true
      4     },
      5     "features": {
      6         "bootmagic": true,
      7         "extrakey": true,
      8         "mousekey": true,
      9         "nkro": true,
     10         "rgb_matrix": true
     11     },
     12     "matrix_pins": {
     13         "cols": ["B4", "D7", "D6", "D4", "F7", "F6", "F5", "F4"],
     14         "rows": ["C7", "C6", "B6", "B5"]
     15     },
     16     "rgb_matrix": {
     17         "animations": {
     18             "alphas_mods": true,
     19             "gradient_up_down": true,
     20             "gradient_left_right": true,
     21             "breathing": true,
     22             "band_sat": true,
     23             "band_val": true,
     24             "band_pinwheel_sat": true,
     25             "band_pinwheel_val": true,
     26             "band_spiral_sat": true,
     27             "band_spiral_val": true,
     28             "cycle_all": true,
     29             "cycle_left_right": true,
     30             "cycle_up_down": true,
     31             "rainbow_moving_chevron": true,
     32             "cycle_out_in": true,
     33             "cycle_out_in_dual": true,
     34             "cycle_pinwheel": true,
     35             "cycle_spiral": true,
     36             "dual_beacon": true,
     37             "rainbow_beacon": true,
     38             "rainbow_pinwheels": true,
     39             "raindrops": true,
     40             "jellybean_raindrops": true,
     41             "hue_breathing": true,
     42             "hue_pendulum": true,
     43             "hue_wave": true,
     44             "pixel_rain": true,
     45             "pixel_flow": true,
     46             "pixel_fractal": true,
     47             "typing_heatmap": true,
     48             "digital_rain": true,
     49             "solid_reactive_simple": true,
     50             "solid_reactive": true,
     51             "solid_reactive_wide": true,
     52             "solid_reactive_multiwide": true,
     53             "solid_reactive_cross": true,
     54             "solid_reactive_multicross": true,
     55             "solid_reactive_nexus": true,
     56             "solid_reactive_multinexus": true,
     57             "splash": true,
     58             "multisplash": true,
     59             "solid_splash": true,
     60             "solid_multisplash": true
     61         },
     62         "default": {
     63             "animation": "cycle_spiral"
     64         },
     65         "driver": "is31fl3731",
     66         "layout": [
     67             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     68             {"matrix": [0, 1], "x": 32, "y": 0, "flags": 4},
     69             {"matrix": [0, 2], "x": 64, "y": 0, "flags": 4},
     70             {"matrix": [0, 3], "x": 96, "y": 0, "flags": 4},
     71             {"matrix": [0, 4], "x": 128, "y": 0, "flags": 4},
     72             {"matrix": [0, 5], "x": 160, "y": 0, "flags": 4},
     73             {"matrix": [0, 6], "x": 192, "y": 0, "flags": 4},
     74             {"matrix": [0, 7], "x": 224, "y": 0, "flags": 4},
     75             {"matrix": [1, 0], "x": 0, "y": 21, "flags": 4},
     76             {"matrix": [1, 1], "x": 32, "y": 21, "flags": 4},
     77             {"matrix": [1, 2], "x": 64, "y": 21, "flags": 4},
     78             {"matrix": [1, 3], "x": 96, "y": 21, "flags": 4},
     79             {"matrix": [1, 4], "x": 128, "y": 21, "flags": 4},
     80             {"matrix": [1, 5], "x": 160, "y": 21, "flags": 4},
     81             {"matrix": [1, 6], "x": 192, "y": 21, "flags": 4},
     82             {"matrix": [1, 7], "x": 224, "y": 21, "flags": 4},
     83             {"matrix": [2, 0], "x": 0, "y": 43, "flags": 4},
     84             {"matrix": [2, 1], "x": 32, "y": 43, "flags": 4},
     85             {"matrix": [2, 2], "x": 64, "y": 43, "flags": 4},
     86             {"matrix": [2, 3], "x": 96, "y": 43, "flags": 4},
     87             {"matrix": [2, 4], "x": 128, "y": 43, "flags": 4},
     88             {"matrix": [2, 5], "x": 160, "y": 43, "flags": 4},
     89             {"matrix": [2, 6], "x": 192, "y": 43, "flags": 4},
     90             {"matrix": [2, 7], "x": 224, "y": 43, "flags": 4},
     91             {"matrix": [3, 0], "x": 0, "y": 64, "flags": 4},
     92             {"matrix": [3, 1], "x": 32, "y": 64, "flags": 4},
     93             {"matrix": [3, 2], "x": 64, "y": 64, "flags": 4},
     94             {"matrix": [3, 3], "x": 96, "y": 64, "flags": 4},
     95             {"matrix": [3, 4], "x": 128, "y": 64, "flags": 4},
     96             {"matrix": [3, 5], "x": 160, "y": 64, "flags": 4},
     97             {"matrix": [3, 6], "x": 192, "y": 64, "flags": 4},
     98             {"matrix": [3, 7], "x": 224, "y": 64, "flags": 4}
     99         ],
    100         "sleep": true
    101     },
    102     "diode_direction": "COL2ROW",
    103     "processor": "atmega32u4",
    104     "bootloader": "atmel-dfu",
    105     "layouts": {
    106         "LAYOUT_ortho_4x8": {
    107             "layout": [
    108                 {"matrix": [0, 0], "x": 0, "y": 0},
    109                 {"matrix": [0, 1], "x": 1, "y": 0},
    110                 {"matrix": [0, 2], "x": 2, "y": 0},
    111                 {"matrix": [0, 3], "x": 3, "y": 0},
    112                 {"matrix": [0, 4], "x": 4, "y": 0},
    113                 {"matrix": [0, 5], "x": 5, "y": 0},
    114                 {"matrix": [0, 6], "x": 6, "y": 0},
    115                 {"matrix": [0, 7], "x": 7, "y": 0},
    116 
    117                 {"matrix": [1, 0], "x": 0, "y": 1},
    118                 {"matrix": [1, 1], "x": 1, "y": 1},
    119                 {"matrix": [1, 2], "x": 2, "y": 1},
    120                 {"matrix": [1, 3], "x": 3, "y": 1},
    121                 {"matrix": [1, 4], "x": 4, "y": 1},
    122                 {"matrix": [1, 5], "x": 5, "y": 1},
    123                 {"matrix": [1, 6], "x": 6, "y": 1},
    124                 {"matrix": [1, 7], "x": 7, "y": 1},
    125 
    126                 {"matrix": [2, 0], "x": 0, "y": 2},
    127                 {"matrix": [2, 1], "x": 1, "y": 2},
    128                 {"matrix": [2, 2], "x": 2, "y": 2},
    129                 {"matrix": [2, 3], "x": 3, "y": 2},
    130                 {"matrix": [2, 4], "x": 4, "y": 2},
    131                 {"matrix": [2, 5], "x": 5, "y": 2},
    132                 {"matrix": [2, 6], "x": 6, "y": 2},
    133                 {"matrix": [2, 7], "x": 7, "y": 2},
    134 
    135                 {"matrix": [3, 0], "x": 0, "y": 3},
    136                 {"matrix": [3, 1], "x": 1, "y": 3},
    137                 {"matrix": [3, 2], "x": 2, "y": 3},
    138                 {"matrix": [3, 3], "x": 3, "y": 3},
    139                 {"matrix": [3, 4], "x": 4, "y": 3},
    140                 {"matrix": [3, 5], "x": 5, "y": 3},
    141                 {"matrix": [3, 6], "x": 6, "y": 3},
    142                 {"matrix": [3, 7], "x": 7, "y": 3}
    143             ]
    144         }
    145     }
    146 }