summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/outputselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/lufa/outputselect.h')
-rw-r--r--tmk_core/protocol/lufa/outputselect.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tmk_core/protocol/lufa/outputselect.h b/tmk_core/protocol/lufa/outputselect.h
index 28cc3298e6..24fe4daa24 100644
--- a/tmk_core/protocol/lufa/outputselect.h
+++ b/tmk_core/protocol/lufa/outputselect.h
@@ -27,14 +27,14 @@ enum outputs {
* backward compatibility for BLUETOOTH_ENABLE, send to BT and USB by default
*/
#ifndef OUTPUT_DEFAULT
- #ifdef BLUETOOTH_ENABLE
- #define OUTPUT_DEFAULT OUTPUT_USB_AND_BT
- #else
- #define OUTPUT_DEFAULT OUTPUT_AUTO
- #endif
+# ifdef BLUETOOTH_ENABLE
+# define OUTPUT_DEFAULT OUTPUT_USB_AND_BT
+# else
+# define OUTPUT_DEFAULT OUTPUT_AUTO
+# endif
#endif
-void set_output(uint8_t output);
-void set_output_user(uint8_t output);
+void set_output(uint8_t output);
+void set_output_user(uint8_t output);
uint8_t auto_detect_output(void);
uint8_t where_to_send(void); \ No newline at end of file