mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-05 11:09:41 +00:00
💄 Enabling LCD backlight matching
This commit is contained in:
parent
fdd9acdae5
commit
51577903df
@ -177,7 +177,7 @@ static void update_emulated_leds(visualizer_state_t* state, visualizer_keyboard_
|
||||
uint8_t new_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);
|
||||
old_index = get_led_index_master(user_data_old);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user