diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index 5250e08c2f..c11eb31738 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -273,11 +273,6 @@ static void Console_Task(void) { #ifdef JOYSTICK_ENABLE void send_joystick_packet(joystick_t *joystick) { uint8_t timeout = 255; - uint8_t where = where_to_send(); - - if (where != OUTPUT_USB && where != OUTPUT_USB_AND_BT) { - return; - } joystick_report_t r = { # if JOYSTICK_AXES_COUNT > 0