aboutsummaryrefslogtreecommitdiffstats
path: root/src/Macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Macros.h')
-rw-r--r--src/Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Macros.h b/src/Macros.h
index 829308c..5e4395c 100644
--- a/src/Macros.h
+++ b/src/Macros.h
@@ -34,4 +34,4 @@ enum {
, RIGHT_BRACKET
};
-extern const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState);
+extern const macro_t *macroAction(uint8_t macro_id, KeyEvent &event);