fl16: Reenable standard capslock LED behavior

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-12-01 10:27:39 +08:00
parent 6e226cb481
commit 1ad69d4b5f

View File

@ -312,6 +312,9 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return true;
}
#ifdef BIOS_HOTKEY_DEBUG
// Ignore capslock updates in order to manually control it
bool led_update_kb(led_t led_state) {
return false;
}
#endif