Remove duplicate calls to housekeeping_task_user (#24201)

This commit is contained in:
Joel Challis
2024-07-27 05:56:33 +01:00
committed by GitHub
parent 938837e881
commit 20ae67ba01
8 changed files with 0 additions and 13 deletions

View File

@@ -23,8 +23,6 @@ void housekeeping_task_kb(void) {
rgblight_disable_noeeprom();
}
}
housekeeping_task_user();
}
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {

View File

@@ -120,6 +120,4 @@ void housekeeping_task_kb(void) {
}
}
#endif // defined(RGBLIGHT_ENABLE) && defined(RGBLIGHT_LAYERS)
housekeeping_task_user();
}