summaryrefslogtreecommitdiffstats
path: root/users/drashna/tap_dances.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/tap_dances.h')
-rw-r--r--users/drashna/tap_dances.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/drashna/tap_dances.h b/users/drashna/tap_dances.h
new file mode 100644
index 000000000..8935753f6
--- /dev/null
+++ b/users/drashna/tap_dances.h
@@ -0,0 +1,7 @@
+//define diablo macro timer variables
+extern uint16_t diablo_timer[4];
+extern uint8_t diablo_times[];
+extern uint8_t diablo_key_time[4];
+
+
+void run_diablo_macro_check(void);