aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/outputselect.h b/tmk_core/protocol/lufa/outputselect.h
index 24fe4daa2..7f7ed00b9 100644
--- a/tmk_core/protocol/lufa/outputselect.h
+++ b/tmk_core/protocol/lufa/outputselect.h
@@ -12,6 +12,10 @@ You should have received a copy of the GNU General Public License
12along with this program. If not, see <http://www.gnu.org/licenses/>. 12along with this program. If not, see <http://www.gnu.org/licenses/>.
13*/ 13*/
14 14
15#pragma once
16
17#include <stdint.h>
18
15enum outputs { 19enum outputs {
16 OUTPUT_AUTO, 20 OUTPUT_AUTO,
17 21
@@ -37,4 +41,4 @@ enum outputs {
37void set_output(uint8_t output); 41void set_output(uint8_t output);
38void set_output_user(uint8_t output); 42void set_output_user(uint8_t output);
39uint8_t auto_detect_output(void); 43uint8_t auto_detect_output(void);
40uint8_t where_to_send(void); \ No newline at end of file 44uint8_t where_to_send(void);