Skip to content

Commit

Permalink
Remove call to user function
Browse files Browse the repository at this point in the history
  • Loading branch information
bleroy committed Dec 14, 2024
1 parent 5c9d931 commit 4316b57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keyboards/decent/numpad/numpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ void housekeeping_task_kb(void) {
joystick_set_axis(2, analog);
analog = analogReadPin(GP29);
joystick_set_axis(3, analog);

housekeeping_task_user();
}

bool rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {
Expand Down

0 comments on commit 4316b57

Please sign in to comment.