diff options
Diffstat (limited to 'tmk_core/protocol/iwrap/iwrap.c')
| -rw-r--r-- | tmk_core/protocol/iwrap/iwrap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/protocol/iwrap/iwrap.c b/tmk_core/protocol/iwrap/iwrap.c index 05e632da3..4d0ca5756 100644 --- a/tmk_core/protocol/iwrap/iwrap.c +++ b/tmk_core/protocol/iwrap/iwrap.c | |||
| @@ -320,7 +320,8 @@ static void send_mouse(report_mouse_t *report) { | |||
| 320 | #endif | 320 | #endif |
| 321 | } | 321 | } |
| 322 | 322 | ||
| 323 | static void send_system(uint16_t data) { /* not supported */ } | 323 | static void send_system(uint16_t data) { /* not supported */ |
| 324 | } | ||
| 324 | 325 | ||
| 325 | static void send_consumer(uint16_t data) { | 326 | static void send_consumer(uint16_t data) { |
| 326 | #ifdef EXTRAKEY_ENABLE | 327 | #ifdef EXTRAKEY_ENABLE |
