aboutsummaryrefslogtreecommitdiffstats
path: root/src/Macros.h
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2022-04-08 12:09:58 +0200
committerGuilhem Moulin <guilhem@fripost.org>2022-08-29 17:21:03 +0200
commit5199c41cfd20d1f986fa1ebba3adf824991323ae (patch)
treef7a18bce2a81dbfeb53d301ecaecbd6e93c1c922 /src/Macros.h
parent349615d851293423e46259ecc7b495513cbdd286 (diff)
Fix build with AVR 1.85 and keyboardio a916561.HEADmaster
And arduino-mk=1.5.2-2.1, gcc-avr=1:5.4.0+Atmel3.6.2-3, avr-libc=1:2.0.0+Atmel3.6.2-3.
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);