summaryrefslogtreecommitdiff
path: root/key_process.h
diff options
context:
space:
mode:
authortmk2010-10-14 17:36:00 +0900
committertmk2010-10-15 11:09:57 +0900
commit54b5bafaacf0d7863b7bdb84dd69cbc80db77956 (patch)
tree38cf278aebedf9c35bf09c418d2b9d09bc611257 /key_process.h
parent82637ded2737bfd80a2c1b85c0a9ae0b6fd33bd7 (diff)
add directories for each keyboard: hhkb, macway
Diffstat (limited to 'key_process.h')
-rw-r--r--key_process.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/key_process.h b/key_process.h
new file mode 100644
index 000000000..10577dd5b
--- /dev/null
+++ b/key_process.h
@@ -0,0 +1,6 @@
+#ifndef KEY_PROCESS_H
+#define KEY_PROCESS_H 1
+
+void proc_matrix(void);
+
+#endif