summaryrefslogtreecommitdiffstats
path: root/users/danielo515/alt_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/danielo515/alt_tab.h')
-rw-r--r--users/danielo515/alt_tab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/danielo515/alt_tab.h b/users/danielo515/alt_tab.h
new file mode 100644
index 0000000000..f84350c298
--- /dev/null
+++ b/users/danielo515/alt_tab.h
@@ -0,0 +1,4 @@
+#pragma once
+#include "quantum.h"
+
+bool process_alt_tab(uint16_t keycode, keyrecord_t *record);