remove some outdated changes

This commit is contained in:
Jack Humbert 2021-02-08 14:48:56 -05:00
parent 3996250d81
commit d2123f3c07
3 changed files with 0 additions and 798 deletions

View file

@ -17,7 +17,6 @@ bool process_joystick(uint16_t keycode, keyrecord_t *record) {
return true;
}
__attribute__((weak)) void joystick_task(void) {
if (process_joystick_analogread() && (joystick_status.status & JS_UPDATED)) {
send_joystick_packet(&joystick_status);