aboutsummaryrefslogtreecommitdiffstats
path: root/src/TapDance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TapDance.h')
-rw-r--r--src/TapDance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TapDance.h b/src/TapDance.h
index ff90f5e..7129259 100644
--- a/src/TapDance.h
+++ b/src/TapDance.h
@@ -27,5 +27,5 @@ enum {
};
extern bool cancelOneShot;
-extern void tapDanceAction(uint8_t tapDanceIndex, byte row, byte col, uint8_t tapCount,
+extern void tapDanceAction(uint8_t tapDanceIndex, KeyAddr keyAddr, uint8_t tapCount,
kaleidoscope::plugin::TapDance::ActionType tapDanceAction);