summaryrefslogtreecommitdiff
path: root/keymap.h
diff options
context:
space:
mode:
authortmk2010-10-14 17:36:00 +0900
committertmk2010-10-15 11:09:57 +0900
commit54b5bafaacf0d7863b7bdb84dd69cbc80db77956 (patch)
tree38cf278aebedf9c35bf09c418d2b9d09bc611257 /keymap.h
parent82637ded2737bfd80a2c1b85c0a9ae0b6fd33bd7 (diff)
add directories for each keyboard: hhkb, macway
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keymap.h b/keymap.h
deleted file mode 100644
index 6b95fb61f..000000000
--- a/keymap.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef KEYMAP_H
-#define KEYMAP_H 1
-
-#include <stdint.h>
-#include "usb_keycodes.h"
-
-int get_layer(void);
-uint8_t get_keycode(int layer, int row, int col);
-
-#define MATRIX_ROWS 9
-#define MATRIX_COLS 8
-
-#endif