Browse Source

Update tmk_core/protocol/lufa/lufa.c

Co-Authored-By: Ryan <fauxpark@gmail.com>
a-chol 6 years ago
parent
commit
a8a2825bd4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      tmk_core/protocol/lufa/lufa.c

+ 0 - 5
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