summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/project.h b/app/project.h
index 5885046..3271bb8 100644
--- a/app/project.h
+++ b/app/project.h
@@ -20,9 +20,17 @@
#include "pins.h"
#include "at_scancodes.h"
+#include "usb_scancodes.h"
#include "id.h"
+#define KEYBOARD_EP 0x81
+#define KEYBOARD_EP_TXN_SIZE 0x9
+
+#define CONSUMER_EP 0x82
+#define CONSUMER_EP_TXN_SIZE 0x9
+
+
#include "prototypes.h"