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, 6 insertions, 0 deletions
diff --git a/src/keymap.h b/src/keymap.h
new file mode 100644
index 0000000..5e7fa85
--- /dev/null
+++ b/src/keymap.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <stdint.h>
+
+extern const uint32_t *keymap_layers_de[];
+extern const uint32_t keymap_layers_de_count;