summaryrefslogtreecommitdiff
path: root/macway/keymap.h
diff options
context:
space:
mode:
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 b428b47a86..c65c2e19b9 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