diff options
Diffstat (limited to 'keyboards/oneplus/81_pro/info.json')
-rw-r--r-- | keyboards/oneplus/81_pro/info.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/keyboards/oneplus/81_pro/info.json b/keyboards/oneplus/81_pro/info.json new file mode 100644 index 0000000000..9aa644350b --- /dev/null +++ b/keyboards/oneplus/81_pro/info.json @@ -0,0 +1,65 @@ +{ + "keyboard_name": "Keyboard 81 Pro", + "manufacturer": "Keychron", + "url": "https://github.com/Keychron", + "maintainer": "lokher", + "processor": "STM32L432", + "bootloader": "stm32-dfu", + "usb": { + "vid": "0x3434" + }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true, + "dip_switch": true, + "raw": true, + "encoder": true, + "encoder_map": true, + "rgb_matrix": true, + "combo": true + }, + "diode_direction": "ROW2COL", + "matrix_size": { + "rows": 6, + "cols": 16 + }, + "matrix_pins": { + "rows": ["B5", "B4", "B3", "A15", "A14", "A13"], + "cols": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null], + "custom": true, + "custom_lite": true + }, + "encoder": { + "rotary": [ + {"pin_a": "A10", "pin_b": "A0", "resolution": 4} + ] + }, + "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 + } + } +} |