aboutsummaryrefslogtreecommitdiff
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 b428b47a8..c65c2e19b 100644
--- a/macway/keymap.h
+++ b/macway/keymap.h
@@ -1,20 +1,7 @@
1#ifndef KEYMAP_H 1#ifndef KEYMAP_H
2#define KEYMAP_H 1 2#define KEYMAP_H 1
3 3
4#include <stdint.h>
5#include <stdbool.h>
6#include "usb_keycodes.h" 4#include "usb_keycodes.h"
7 5#include "keymap_skel.h"
8
9#define MATRIX_ROWS 9
10#define MATRIX_COLS 8
11
12
13extern int current_layer;
14extern bool key_sent;
15
16
17int get_layer(void);
18uint8_t get_keycode(int layer, int row, int col);
19 6
20#endif 7#endif