aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 4d33da6..d8a5755 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -1,9 +1,11 @@
#pragma once
+#include "keymat.h"
+
#include <stdint.h>
-extern const uint32_t *keymap_layers_de[];
+extern const uint32_t keymap_layers_de[][KEY_ROWS][KEY_COLS];
extern const uint32_t keymap_layers_de_count;
-extern const uint32_t **keymap_layers;
+extern const uint32_t (*keymap_layers)[KEY_ROWS][KEY_COLS];
extern uint32_t keymap_layers_count;