diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index cb3aa693b..4a30d2257 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
| @@ -761,6 +761,7 @@ static void send_mouse(report_mouse_t *report) { | |||
| 761 | #endif | 761 | #endif |
| 762 | } | 762 | } |
| 763 | 763 | ||
| 764 | #if defined(EXTRAKEY_ENABLE) || defined(PROGRAMMABLE_BUTTON_ENABLE) | ||
| 764 | static void send_report(void *report, size_t size) { | 765 | static void send_report(void *report, size_t size) { |
| 765 | uint8_t timeout = 255; | 766 | uint8_t timeout = 255; |
| 766 | 767 | ||
| @@ -775,6 +776,7 @@ static void send_report(void *report, size_t size) { | |||
| 775 | Endpoint_Write_Stream_LE(report, size, NULL); | 776 | Endpoint_Write_Stream_LE(report, size, NULL); |
| 776 | Endpoint_ClearIN(); | 777 | Endpoint_ClearIN(); |
| 777 | } | 778 | } |
| 779 | #endif | ||
| 778 | 780 | ||
| 779 | /** \brief Send Extra | 781 | /** \brief Send Extra |
| 780 | * | 782 | * |
