diff options
author | lokher <lokher@gmail.com> | 2023-11-01 14:28:54 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-11-01 14:28:54 +0800 |
commit | 29bf1b3408cafe85c33fe90109ba9b8041f455de (patch) | |
tree | 958b5564239412846a9faef487d20bfea93f709f /keyboards/keychron/q3_pro/jis_encoder_se | |
parent | 5de22e54a2bf68df8a69eab40706dc96ad10151d (diff) |
fix compiling errors of some keyboard model
Diffstat (limited to 'keyboards/keychron/q3_pro/jis_encoder_se')
-rwxr-xr-x | keyboards/keychron/q3_pro/jis_encoder_se/config.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/keyboards/keychron/q3_pro/jis_encoder_se/config.h b/keyboards/keychron/q3_pro/jis_encoder_se/config.h index 43a3782ea3..8e09306c32 100755 --- a/keyboards/keychron/q3_pro/jis_encoder_se/config.h +++ b/keyboards/keychron/q3_pro/jis_encoder_se/config.h @@ -53,18 +53,14 @@ # define RGB_MATRIX_KEYPRESSES # ifdef KC_BLUETOOTH_ENABLE -# define HOST_DEVICES_COUNT 3 -# define HOST_LED_MATRIX_LIST \ - { 17, 18, 19 } -# define BAT_LEVEL_LED_LIST \ - { 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } +# define HOST_DEVICES_COUNT 3 +# define HOST_LED_MATRIX_LIST \ + { 17, 18, 19 } +# define BAT_LEVEL_LED_LIST \ + { 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } # endif #endif // RGB_MATRIX_ENABLE /* Specifed (0,1) which programmed as "ESC" key on this keyboard as bootmagic key */ #define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 1 - -#ifdef KC_BLUETOOTH_ENABLE -# define BAT_LOW_LED_PIN_STATE -#endif |