diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:10:48 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-07 15:50:49 +0800 |
commit | a336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch) | |
tree | 3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/keychron/bluetooth/bluetooth_config.h | |
parent | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff) |
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/keychron/bluetooth/bluetooth_config.h')
-rw-r--r-- | keyboards/keychron/bluetooth/bluetooth_config.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/keyboards/keychron/bluetooth/bluetooth_config.h b/keyboards/keychron/bluetooth/bluetooth_config.h index 5135cee624..26dbc81f6c 100644 --- a/keyboards/keychron/bluetooth/bluetooth_config.h +++ b/keyboards/keychron/bluetooth/bluetooth_config.h @@ -19,14 +19,19 @@ #include "config.h" +// +#ifndef HOST_DEVICES_COUNT +# define HOST_DEVICES_COUNT 3 +#endif + // Uint: Second #ifndef DISCONNECTED_BACKLIGHT_OFF_DELAY_TIME -# define DISCONNECTED_BACKLIGHT_OFF_DELAY_TIME 40 +# define DISCONNECTED_BACKLIGHT_OFF_DELAY_TIME 40 #endif // Uint: Second, the timer restarts on key activities. #ifndef CONNECTED_BACKLIGHT_OFF_DELAY_TIME -# define CONNECTED_BACKLIGHT_OFF_DELAY_TIME 600 +# define CONNECTED_BACKLIGHT_OFF_DELAY_TIME 600 #endif #endif |