diff options
author | lokher <lokher@gmail.com> | 2023-09-07 15:29:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 15:29:27 +0800 |
commit | 417fe71cbae0517ad4705f6dc0bd5de63ba38b79 (patch) | |
tree | 93432ee0b868e803791dc4e9b83d371592e34cf5 /keyboards/keychron/q14_pro/info.json | |
parent | 5ca4be13ed154ef22bdec8274b11b9b6777a10f3 (diff) | |
parent | e39ed1f919fc17ba7a156d58a36a608d1b49ffa2 (diff) |
Merge pull request #159 from lalalademaxiya1/keychron_q14_pro
Add q14 pro
Diffstat (limited to 'keyboards/keychron/q14_pro/info.json')
-rwxr-xr-x | keyboards/keychron/q14_pro/info.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/keyboards/keychron/q14_pro/info.json b/keyboards/keychron/q14_pro/info.json new file mode 100755 index 0000000000..2b0d0c7b05 --- /dev/null +++ b/keyboards/keychron/q14_pro/info.json @@ -0,0 +1,64 @@ +{ + "manufacturer": "Keychron", + "keyboard_name": "Keychron Q14 Pro", + "url": "https://github.com/Keychron", + "maintainer": "lalalademaxiya1", + "processor": "STM32L432", + "bootloader": "stm32-dfu", + "usb": { + "vid": "0x3434" + }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgb_matrix": true, + "dip_switch": true, + "encoder": true, + "raw": true + }, + "rgb_matrix": { + "driver": "CKLED2001", + "animations": { + "breathing": true, + "band_spiral_val": true, + "cycle_all": true, + "cycle_left_right": true, + "cycle_up_down": true, + "rainbow_moving_chevron": true, + "cycle_out_in": true, + "cycle_out_in_dual": true, + "cycle_pinwheel": true, + "cycle_spiral": true, + "dual_beacon": true, + "rainbow_beacon": true, + "jellybean_raindrops": true, + "pixel_rain": true, + "typing_heatmap": true, + "digital_rain": true, + "solid_reactive_simple": true, + "solid_reactive_multiwide": true, + "solid_reactive_multinexus": true, + "splash": true, + "solid_splash": true + } + }, + "bootmagic": { + "matrix": [0, 4] + }, + "matrix_pins": { + "cols": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], + "rows": ["B5", "B4", "B3", "A15", "A14", "A13"], + "custom": true, + "custom_lite": true + }, + "diode_direction": "ROW2COL", + "encoder": { + "rotary": [ + {"pin_a": "A0", "pin_b": "A10"} + ] + } +} |