From d7c506450be613d6575649218fbcc90a4fabd150 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 19 Dec 2022 17:01:11 +0100 Subject: Enable temporary (weak) mods for specific keys and layer switching with mods --- src/hid.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/hid.h') 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 #include @@ -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); -- cgit v1.2.3-71-gd317