aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keymap.h b/src/keymap.h
index d8a5755..7f78e8b 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -2,8 +2,13 @@
#include "keymat.h"
+#include "pico/types.h"
+
#include <stdint.h>
+void process_user_keypress_new(uint8_t sym, uint x, uint y);
+void process_user_keyrelease_new(uint8_t sym, uint x, uint y);
+
extern const uint32_t keymap_layers_de[][KEY_ROWS][KEY_COLS];
extern const uint32_t keymap_layers_de_count;