qmk_firmware

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

info.json (1507B)


      1 {
      2     "manufacturer": "Keychron",
      3     "keyboard_name": "Keychron Q5",
      4     "maintainer": "lalalademaxiya1",
      5     "bootloader": "stm32-dfu",
      6     "diode_direction": "ROW2COL",
      7     "dip_switch": {
      8         "matrix_grid": [ [5, 4] ]
      9     },
     10     "eeprom": {
     11         "wear_leveling": {
     12             "backing_size": 4096
     13         }
     14     },
     15     "features": {
     16         "bootmagic": true,
     17         "dip_switch": true,
     18         "extrakey": true,
     19         "mousekey": true,
     20         "nkro": true,
     21         "rgb_matrix": true
     22     },
     23     "processor": "STM32L432",
     24     "rgb_matrix": {
     25         "animations": {
     26             "band_spiral_val": true,
     27             "breathing": true,
     28             "cycle_all": true,
     29             "cycle_left_right": true,
     30             "cycle_out_in": true,
     31             "cycle_out_in_dual": true,
     32             "cycle_pinwheel": true,
     33             "cycle_spiral": true,
     34             "cycle_up_down": true,
     35             "digital_rain": true,
     36             "dual_beacon": true,
     37             "jellybean_raindrops": true,
     38             "pixel_rain": true,
     39             "rainbow_beacon": true,
     40             "rainbow_moving_chevron": true,
     41             "solid_reactive_multinexus": true,
     42             "solid_reactive_multiwide": true,
     43             "solid_reactive_simple": true,
     44             "solid_splash": true,
     45             "splash": true,
     46             "typing_heatmap": true
     47         },
     48         "driver": "snled27351",
     49         "sleep": true
     50     },
     51     "url": "https://github.com/Keychron",
     52     "usb": {
     53         "vid": "0x3434"
     54     }
     55 }