summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/pjrc/usb_extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/pjrc/usb_extra.h')
-rw-r--r--tmk_core/protocol/pjrc/usb_extra.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/tmk_core/protocol/pjrc/usb_extra.h b/tmk_core/protocol/pjrc/usb_extra.h
index 042ac48373..674d582ac2 100644
--- a/tmk_core/protocol/pjrc/usb_extra.h
+++ b/tmk_core/protocol/pjrc/usb_extra.h
@@ -22,7 +22,7 @@
*/
#ifndef USB_EXTRA_H
-#define USB_EXTRA_H 1
+#define USB_EXTRA_H 1
/*
* Enhanced keyboard features for Windows:
* Audio control and System control
@@ -33,12 +33,10 @@
#include <stdint.h>
#include "usb.h"
-
-#define EXTRA_INTERFACE 3
-#define EXTRA_ENDPOINT 4
-#define EXTRA_SIZE 8
-#define EXTRA_BUFFER EP_DOUBLE_BUFFER
-
+#define EXTRA_INTERFACE 3
+#define EXTRA_ENDPOINT 4
+#define EXTRA_SIZE 8
+#define EXTRA_BUFFER EP_DOUBLE_BUFFER
int8_t usb_extra_consumer_send(uint16_t bits);
int8_t usb_extra_system_send(uint16_t bits);