summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/indicator.c
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-10-26 13:11:19 +0800
committerlokher <lokher@gmail.com>2022-10-26 13:11:19 +0800
commit091d4e47e90a81034fe834c0697e52d2eccf12db (patch)
treef652853b7a775813919b68f1e70aed4f6f86345b /keyboards/keychron/bluetooth/indicator.c
parentf67150f16cb0e5bc71dc3320750ff96ba99e96dc (diff)
Add K6 Pro;Fix PID of K8 Pro ISO RGB
Diffstat (limited to 'keyboards/keychron/bluetooth/indicator.c')
-rw-r--r--keyboards/keychron/bluetooth/indicator.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/keychron/bluetooth/indicator.c b/keyboards/keychron/bluetooth/indicator.c
index de7023e2fb..5d51b652ef 100644
--- a/keyboards/keychron/bluetooth/indicator.c
+++ b/keyboards/keychron/bluetooth/indicator.c
@@ -70,10 +70,6 @@ static uint8_t host_led_matrix_list[HOST_DEVICES_COUNT] = HOST_LED_MATRIX_LIST;
static pin_t host_led_pin_list[HOST_DEVICES_COUNT] = HOST_LED_PIN_LIST;
#endif
-#ifndef BACKLIGHT_TURN_OFF_VALUE
-# define BACKLIGHT_TURN_OFF_VALUE 32
-#endif
-
#ifdef LED_MATRIX_ENABLE
# define LED_DRIVER led_matrix_driver
# define LED_INDICATORS_KB led_matrix_indicators_kb
@@ -165,7 +161,6 @@ bool indicator_is_running(void) {
}
static void indicator_timer_cb(void *arg) {
-uprintf("indicator_timer_cb: %02x\n", (uint8_t)(*(indicator_type_t *)arg));
if (*(indicator_type_t *)arg != INDICATOR_LAST) type = *(indicator_type_t *)arg;
bool time_up = false;