diff options
author | lalalademaxiya1 <2831039915@qq.com> | 2023-07-10 15:26:58 +0800 |
---|---|---|
committer | lalalademaxiya1 <2831039915@qq.com> | 2023-07-10 15:26:58 +0800 |
commit | c95fb11c98599bede0b339904e2818d69761c6df (patch) | |
tree | ecc4673cb0732bdabd6a9865d7563232c699205e /keyboards/keychron/q5_pro/iso_encoder/config.h | |
parent | 9d185f8c6d9cff5b2f826329752ce1a99d5332bc (diff) |
Updated q5 pro
Diffstat (limited to 'keyboards/keychron/q5_pro/iso_encoder/config.h')
-rwxr-xr-x | keyboards/keychron/q5_pro/iso_encoder/config.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/keyboards/keychron/q5_pro/iso_encoder/config.h b/keyboards/keychron/q5_pro/iso_encoder/config.h index 53360a5e33..5a1edc3bd8 100755 --- a/keyboards/keychron/q5_pro/iso_encoder/config.h +++ b/keyboards/keychron/q5_pro/iso_encoder/config.h @@ -21,6 +21,8 @@ # define DRIVER_COUNT 2 # define DRIVER_ADDR_1 0b1110111 # define DRIVER_ADDR_2 0b1110100 + +/* RGB Matrix Configuration */ # define DRIVER_1_LED_TOTAL 55 # define DRIVER_2_LED_TOTAL 47 # define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) @@ -34,16 +36,18 @@ /* Turn off backllit if brightness value is low */ # define RGB_MATRIX_BRIGHTNESS_TURN_OFF_VAL 48 -/* Indication led */ +/* Indication led index */ # define NUM_LOCK_INDEX 32 # define CAPS_LOCK_INDEX 54 # define LOW_BAT_IND_INDEX 93 +// RGB Matrix Animation modes. Explicitly enabled +// For full list of effects, see: +// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects # define RGB_MATRIX_FRAMEBUFFER_EFFECTS # define RGB_MATRIX_KEYPRESSES /* Set LED driver current */ # define CKLED2001_CURRENT_TUNE \ - { 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28 } - + { 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30 } #endif |