summaryrefslogtreecommitdiffstats
path: root/usb/endpt1.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb/endpt1.h')
-rw-r--r--usb/endpt1.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usb/endpt1.h b/usb/endpt1.h
index fa26bd9..35e1a2c 100644
--- a/usb/endpt1.h
+++ b/usb/endpt1.h
@@ -19,6 +19,13 @@
#ifndef FMK_USB_ENDPT1_H
#define FMK_USB_ENDPT1_H
+#include <stdbool.h>
+#include <stdint.h>
+
+#include "keycodes.h"
+
+void usb_endpt1_setkey(enum keycode keycode, bool state);
+void usb_endpt1_send(void);
void usb_endpt1_enable(void);
void usb_endpt1_disable(void);
void usb_endpt1_token(uint8_t state);