mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 09:56:54 +06:00
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"keyboard_name": "Keychron Q1 HE",
|
|
"manufacturer": "Keychron",
|
|
"url": "https://github.com/Keychron",
|
|
"maintainer": "lokher",
|
|
"processor": "STM32F401",
|
|
"bootloader": "stm32-dfu",
|
|
"usb": {
|
|
"vid": "0x3434"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"extrakey" : true,
|
|
"mousekey" : true,
|
|
"dip_switch" : true,
|
|
"encoder": true,
|
|
"encoder_map": true,
|
|
"nkro" : true,
|
|
"rgb_matrix": true,
|
|
"raw" : true,
|
|
"send_string" : true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null],
|
|
"rows": ["C0", "C1", "C2", "C3", "A0", "A1"],
|
|
"custom": true,
|
|
"custom_lite": true
|
|
},
|
|
"diode_direction": "ROW2COL",
|
|
"encoder": {
|
|
"rotary": [
|
|
{
|
|
"pin_a": "B14",
|
|
"pin_b": "B15"
|
|
}
|
|
]
|
|
},
|
|
"dip_switch" :{
|
|
"pins": ["B12"]
|
|
},
|
|
"rgb_matrix": {
|
|
"driver": "snled27351_spi",
|
|
"sleep": true,
|
|
"animations": {
|
|
"band_spiral_val": true,
|
|
"breathing": true,
|
|
"cycle_all": true,
|
|
"cycle_left_right": true,
|
|
"cycle_out_in": true,
|
|
"cycle_out_in_dual": true,
|
|
"cycle_pinwheel": true,
|
|
"cycle_spiral": true,
|
|
"cycle_up_down": true,
|
|
"digital_rain": true,
|
|
"dual_beacon": true,
|
|
"jellybean_raindrops": true,
|
|
"pixel_rain": true,
|
|
"rainbow_beacon": true,
|
|
"rainbow_moving_chevron": true,
|
|
"solid_reactive_multinexus": true,
|
|
"solid_reactive_multiwide": true,
|
|
"solid_reactive_simple": true,
|
|
"solid_splash": true,
|
|
"splash": true,
|
|
"typing_heatmap": true
|
|
}
|
|
},
|
|
"eeprom": {
|
|
"wear_leveling": {
|
|
"driver": "embedded_flash",
|
|
"logical_size": 6144,
|
|
"backing_size": 12288
|
|
}
|
|
},
|
|
"build": {
|
|
"debounce_type": "sym_eager_pk"
|
|
},
|
|
"debounce": 0
|
|
}
|