qmk_firmware

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

info.json (1725B)


      1 {
      2     "keyboard_name": "Keychron Q1v1",
      3     "manufacturer": "Keychron",
      4     "maintainer": "lalalademaxiya1",
      5     "bootloader": "atmel-dfu",
      6     "diode_direction": "ROW2COL",
      7     "build": {
      8         "lto": true
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "dip_switch": true,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": true,
     16         "rgb_matrix": true
     17     },
     18     "dip_switch": {
     19         "matrix_grid": [ [0, 1] ]
     20     },
     21     "matrix_pins": {
     22         "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"],
     23         "rows": ["D3", "D2", "B3", "B2", "B1", "B0"]
     24     },
     25     "processor": "atmega32u4",
     26     "rgb_matrix": {
     27         "animations": {
     28             "band_spiral_val": true,
     29             "breathing": true,
     30             "cycle_all": true,
     31             "cycle_left_right": true,
     32             "cycle_out_in": true,
     33             "cycle_out_in_dual": true,
     34             "cycle_pinwheel": true,
     35             "cycle_spiral": true,
     36             "cycle_up_down": true,
     37             "digital_rain": true,
     38             "dual_beacon": true,
     39             "jellybean_raindrops": true,
     40             "pixel_rain": true,
     41             "rainbow_beacon": true,
     42             "rainbow_moving_chevron": true,
     43             "solid_reactive_multinexus": true,
     44             "solid_reactive_multiwide": true,
     45             "solid_reactive_simple": true,
     46             "solid_splash": true,
     47             "splash": true,
     48             "typing_heatmap": true
     49         },
     50         "driver": "is31fl3733",
     51         "sleep": true
     52     },
     53     "url": "https://github.com/Keychron",
     54     "usb": {
     55         "vid": "0x3434"
     56     },
     57     "host": {
     58         "default": {
     59             "nkro": true
     60         }
     61     }
     62 }