Formatting

This commit is contained in:
VeyPatch 2024-12-10 14:13:02 +01:00
parent 03101b1624
commit 54b94fd016
19 changed files with 43 additions and 36 deletions

View file

@ -25,6 +25,7 @@ __attribute__((weak)) bool display_module_housekeeping_task_user(bool second_dis
return true;
}
module_t module_master;
module_t module;
#ifdef HLC_NONE
module_t module = hlc_none;
@ -91,7 +92,7 @@ void housekeeping_task_kb(void) {
display_module_housekeeping_task_kb(false); // Otherwise be the main display
}
}
// Backlight feature
if (backlight_off && last_input_activity_elapsed() <= HLC_BACKLIGHT_TIMEOUT) {
backlight_wakeup();
@ -153,4 +154,4 @@ const matrix_row_t matrix_mask[] = {
0b0011111,
};
#endif
#endif
#endif