aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-12-18 14:53:27 +0100
committerLouis Burda <quent.burda@gmail.com>2022-12-18 14:53:27 +0100
commit4995cfc61e7d2d0c05cf493959456b5bc9a74f19 (patch)
tree2c8b21d211340f7e74ae9ceaeb8dbd685051b157 /src/keymap.h
parent8e8c972cbec56d8de31847981149cde4a8fc16cd (diff)
downloadsxkbd-4995cfc61e7d2d0c05cf493959456b5bc9a74f19.tar.gz
sxkbd-4995cfc61e7d2d0c05cf493959456b5bc9a74f19.zip
Rename matrix to keymat and refactor key matrix access
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 5e7fa85..4d33da6 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -4,3 +4,6 @@
extern const uint32_t *keymap_layers_de[];
extern const uint32_t keymap_layers_de_count;
+
+extern const uint32_t **keymap_layers;
+extern uint32_t keymap_layers_count;