summaryrefslogtreecommitdiffstats
path: root/app/scancode.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/scancode.c')
-rw-r--r--app/scancode.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/scancode.c b/app/scancode.c
new file mode 100644
index 0000000..a44c8b3
--- /dev/null
+++ b/app/scancode.c
@@ -0,0 +1,10 @@
+
+#include "project.h"
+
+
+void scancode_dispatch(int key,int updown)
+{
+
+printf("Key %4x ud %d\r\n",key,updown);
+}
+