summaryrefslogtreecommitdiff
path: root/macway/keymap.h
diff options
context:
space:
mode:
authortmk2010-10-27 20:51:45 +0900
committertmk2010-10-27 22:56:01 +0900
commit2f80e790c6310ad24a4cb3d4a72c31314364fef7 (patch)
treeaad001abdb61ff736e580f98184ab7cd9e870648 /macway/keymap.h
parent461e0d3d8c82cc78d29d3115af3c417bb51bb50f (diff)
new build method for macway
Diffstat (limited to 'macway/keymap.h')
-rw-r--r--macway/keymap.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/macway/keymap.h b/macway/keymap.h
index b428b47a8..c65c2e19b 100644
--- a/macway/keymap.h
+++ b/macway/keymap.h
@@ -1,20 +1,7 @@
#ifndef KEYMAP_H
#define KEYMAP_H 1
-#include <stdint.h>
-#include <stdbool.h>
#include "usb_keycodes.h"
-
-
-#define MATRIX_ROWS 9
-#define MATRIX_COLS 8
-
-
-extern int current_layer;
-extern bool key_sent;
-
-
-int get_layer(void);
-uint8_t get_keycode(int layer, int row, int col);
+#include "keymap_skel.h"
#endif