qmk_firmware

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

keyboard.json (7593B)


      1 {
      2     "keyboard_name": "Pachi RGB Rev 1",
      3     "manufacturer": "Xelus",
      4     "maintainer": "Xelus22",
      5     "usb": {
      6         "vid": "0x5845",
      7         "pid": "0x5052",
      8         "device_version": "0.0.1"
      9     },
     10     "host": {
     11         "default": {
     12             "nkro": true
     13         }
     14     },
     15     "rgb_matrix": {
     16         "animations": {
     17             "alphas_mods": true,
     18             "gradient_up_down": true,
     19             "gradient_left_right": true,
     20             "breathing": true,
     21             "band_sat": true,
     22             "band_val": true,
     23             "band_pinwheel_sat": true,
     24             "band_pinwheel_val": true,
     25             "band_spiral_sat": true,
     26             "band_spiral_val": true,
     27             "cycle_all": true,
     28             "cycle_left_right": true,
     29             "cycle_up_down": true,
     30             "rainbow_moving_chevron": true,
     31             "cycle_out_in": true,
     32             "cycle_out_in_dual": true,
     33             "cycle_pinwheel": true,
     34             "cycle_spiral": true,
     35             "dual_beacon": true,
     36             "rainbow_beacon": true,
     37             "rainbow_pinwheels": true,
     38             "raindrops": true,
     39             "jellybean_raindrops": true,
     40             "hue_breathing": true,
     41             "hue_pendulum": true,
     42             "hue_wave": true,
     43             "pixel_fractal": true,
     44             "pixel_rain": true,
     45             "typing_heatmap": true,
     46             "digital_rain": true,
     47             "solid_reactive_simple": true,
     48             "solid_reactive": true,
     49             "solid_reactive_wide": true,
     50             "solid_reactive_multiwide": true,
     51             "solid_reactive_cross": true,
     52             "solid_reactive_multicross": true,
     53             "solid_reactive_nexus": true,
     54             "solid_reactive_multinexus": true,
     55             "splash": true,
     56             "multisplash": true,
     57             "solid_splash": true,
     58             "solid_multisplash": true
     59         },
     60         "default": {
     61             "animation": "cycle_all",
     62             "val": 80
     63         },
     64         "driver": "custom",
     65         "sleep": true
     66     },
     67     "matrix_pins": {
     68         "cols": ["C13", "C14", "C15", "H0", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "H1", "B10", "B11"],
     69         "rows": ["B14", "B13", "B12", "B2", "A8", "B15"]
     70     },
     71     "diode_direction": "COL2ROW",
     72     "eeprom": {
     73         "driver": "i2c"
     74     },
     75     "processor": "STM32L422",
     76     "bootloader": "stm32-dfu",
     77     "layout_aliases": {
     78         "LAYOUT_ansi_tsangan": "LAYOUT_tkl_ansi_tsangan"
     79     },
     80     "layouts": {
     81         "LAYOUT_tkl_ansi_tsangan": {
     82             "layout": [
     83                 {"matrix": [0, 0], "x": 0, "y": 0},
     84 
     85                 {"matrix": [0, 2], "x": 2, "y": 0},
     86                 {"matrix": [0, 3], "x": 3, "y": 0},
     87                 {"matrix": [0, 4], "x": 4, "y": 0},
     88                 {"matrix": [0, 5], "x": 5, "y": 0},
     89 
     90                 {"matrix": [0, 6], "x": 6.5, "y": 0},
     91                 {"matrix": [0, 7], "x": 7.5, "y": 0},
     92                 {"matrix": [0, 8], "x": 8.5, "y": 0},
     93                 {"matrix": [0, 9], "x": 9.5, "y": 0},
     94 
     95                 {"matrix": [0, 10], "x": 11, "y": 0},
     96                 {"matrix": [0, 11], "x": 12, "y": 0},
     97                 {"matrix": [0, 12], "x": 13, "y": 0},
     98                 {"matrix": [0, 13], "x": 14, "y": 0},
     99 
    100                 {"matrix": [0, 14], "x": 15.25, "y": 0},
    101                 {"matrix": [0, 15], "x": 16.25, "y": 0},
    102                 {"matrix": [0, 16], "x": 17.25, "y": 0},
    103 
    104                 {"matrix": [1, 0], "x": 0, "y": 1.25},
    105                 {"matrix": [1, 1], "x": 1, "y": 1.25},
    106                 {"matrix": [1, 2], "x": 2, "y": 1.25},
    107                 {"matrix": [1, 3], "x": 3, "y": 1.25},
    108                 {"matrix": [1, 4], "x": 4, "y": 1.25},
    109                 {"matrix": [1, 5], "x": 5, "y": 1.25},
    110                 {"matrix": [1, 6], "x": 6, "y": 1.25},
    111                 {"matrix": [1, 7], "x": 7, "y": 1.25},
    112                 {"matrix": [1, 8], "x": 8, "y": 1.25},
    113                 {"matrix": [1, 9], "x": 9, "y": 1.25},
    114                 {"matrix": [1, 10], "x": 10, "y": 1.25},
    115                 {"matrix": [1, 11], "x": 11, "y": 1.25},
    116                 {"matrix": [1, 12], "x": 12, "y": 1.25},
    117                 {"matrix": [1, 13], "x": 13, "y": 1.25, "w": 2},
    118 
    119                 {"matrix": [1, 14], "x": 15.25, "y": 1.25},
    120                 {"matrix": [1, 15], "x": 16.25, "y": 1.25},
    121                 {"matrix": [1, 16], "x": 17.25, "y": 1.25},
    122 
    123                 {"matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5},
    124                 {"matrix": [2, 1], "x": 1.5, "y": 2.25},
    125                 {"matrix": [2, 2], "x": 2.5, "y": 2.25},
    126                 {"matrix": [2, 3], "x": 3.5, "y": 2.25},
    127                 {"matrix": [2, 4], "x": 4.5, "y": 2.25},
    128                 {"matrix": [2, 5], "x": 5.5, "y": 2.25},
    129                 {"matrix": [2, 6], "x": 6.5, "y": 2.25},
    130                 {"matrix": [2, 7], "x": 7.5, "y": 2.25},
    131                 {"matrix": [2, 8], "x": 8.5, "y": 2.25},
    132                 {"matrix": [2, 9], "x": 9.5, "y": 2.25},
    133                 {"matrix": [2, 10], "x": 10.5, "y": 2.25},
    134                 {"matrix": [2, 11], "x": 11.5, "y": 2.25},
    135                 {"matrix": [2, 12], "x": 12.5, "y": 2.25},
    136                 {"matrix": [2, 13], "x": 13.5, "y": 2.25, "w": 1.5},
    137 
    138                 {"matrix": [2, 14], "x": 15.25, "y": 2.25},
    139                 {"matrix": [2, 15], "x": 16.25, "y": 2.25},
    140                 {"matrix": [2, 16], "x": 17.25, "y": 2.25},
    141 
    142                 {"matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75},
    143                 {"matrix": [3, 1], "x": 1.75, "y": 3.25},
    144                 {"matrix": [3, 2], "x": 2.75, "y": 3.25},
    145                 {"matrix": [3, 3], "x": 3.75, "y": 3.25},
    146                 {"matrix": [3, 4], "x": 4.75, "y": 3.25},
    147                 {"matrix": [3, 5], "x": 5.75, "y": 3.25},
    148                 {"matrix": [3, 6], "x": 6.75, "y": 3.25},
    149                 {"matrix": [3, 7], "x": 7.75, "y": 3.25},
    150                 {"matrix": [3, 8], "x": 8.75, "y": 3.25},
    151                 {"matrix": [3, 9], "x": 9.75, "y": 3.25},
    152                 {"matrix": [3, 10], "x": 10.75, "y": 3.25},
    153                 {"matrix": [3, 11], "x": 11.75, "y": 3.25},
    154                 {"matrix": [3, 13], "x": 12.75, "y": 3.25, "w": 2.25},
    155 
    156                 {"matrix": [4, 0], "x": 0, "y": 4.25, "w": 2.25},
    157                 {"matrix": [4, 1], "x": 2.25, "y": 4.25},
    158                 {"matrix": [4, 2], "x": 3.25, "y": 4.25},
    159                 {"matrix": [4, 3], "x": 4.25, "y": 4.25},
    160                 {"matrix": [4, 4], "x": 5.25, "y": 4.25},
    161                 {"matrix": [4, 5], "x": 6.25, "y": 4.25},
    162                 {"matrix": [4, 6], "x": 7.25, "y": 4.25},
    163                 {"matrix": [4, 7], "x": 8.25, "y": 4.25},
    164                 {"matrix": [4, 8], "x": 9.25, "y": 4.25},
    165                 {"matrix": [4, 9], "x": 10.25, "y": 4.25},
    166                 {"matrix": [4, 10], "x": 11.25, "y": 4.25},
    167                 {"matrix": [4, 12], "x": 12.25, "y": 4.25, "w": 2.75},
    168 
    169                 {"matrix": [4, 15], "x": 16, "y": 4.25},
    170 
    171                 {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.5},
    172                 {"matrix": [5, 1], "x": 1.5, "y": 5.25},
    173                 {"matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.5},
    174                 {"matrix": [5, 5], "x": 4, "y": 5.25, "w": 7},
    175                 {"matrix": [5, 10], "x": 11, "y": 5.25, "w": 1.5},
    176                 {"matrix": [5, 12], "x": 12.5, "y": 5.25},
    177                 {"matrix": [5, 13], "x": 13.5, "y": 5.25, "w": 1.5},
    178 
    179                 {"matrix": [5, 14], "x": 15, "y": 5.25},
    180                 {"matrix": [5, 15], "x": 16, "y": 5.25},
    181                 {"matrix": [5, 16], "x": 17, "y": 5.25}
    182             ]
    183         }
    184     }
    185 }