summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-07 01:33:33 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-07 01:33:33 +0100
commit43443ee9ba206b0963c49123bd03c250ed8e7b26 (patch)
tree8075149feace3c91a7a49e257f0e7a441cb0e526 /app/project.h
parent7b77c6dde5705e3692e0c629ed90e3c74c50b768 (diff)
downloadtims_keyboard-43443ee9ba206b0963c49123bd03c250ed8e7b26.tar.gz
tims_keyboard-43443ee9ba206b0963c49123bd03c250ed8e7b26.tar.bz2
tims_keyboard-43443ee9ba206b0963c49123bd03c250ed8e7b26.zip
finished!
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"