aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hid.h')
-rw-r--r--src/hid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hid.h b/src/hid.h
index 79e0348..e455c80 100644
--- a/src/hid.h
+++ b/src/hid.h
@@ -1,5 +1,7 @@
#pragma once
+#include "keymat.h"
+
#include <stdbool.h>
#include <stdint.h>
@@ -12,4 +14,6 @@ enum {
};
void hid_init(void);
+void hid_force_release(uint x, uint y);
+void hid_switch_layer_with_key(uint8_t layer, uint x, uint y);
void hid_task(void);