💄 Enabling LCD backlight matching
This commit is contained in:
parent
fdd9acdae5
commit
51577903df
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ static void update_emulated_leds(visualizer_state_t* state, visualizer_keyboard_
|
||||||
uint8_t new_index;
|
uint8_t new_index;
|
||||||
uint8_t old_index;
|
uint8_t old_index;
|
||||||
|
|
||||||
if (is_serial_link_master()) {
|
if (true || is_serial_link_master()) {
|
||||||
new_index = get_led_index_master(user_data_new);
|
new_index = get_led_index_master(user_data_new);
|
||||||
old_index = get_led_index_master(user_data_old);
|
old_index = get_led_index_master(user_data_old);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue