aboutsummaryrefslogtreecommitdiffstats
path: root/src/TapDance.cpp
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-03-06 01:18:28 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-03-06 02:11:19 +0100
commit4e28c82534955f663409fc19677c85ca524224b6 (patch)
tree3ec11150fdea8451c2268219f78d51aca899ef77 /src/TapDance.cpp
parent79d400dba222bb043398a4725d1f5cb528727009 (diff)
Replace deprecated interfaces.
Diffstat (limited to 'src/TapDance.cpp')
-rw-r--r--src/TapDance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TapDance.cpp b/src/TapDance.cpp
index e5f870d..7af5393 100644
--- a/src/TapDance.cpp
+++ b/src/TapDance.cpp
@@ -20,7 +20,7 @@
#include "TapDance.h"
bool cancelOneShot = false;
-void tapDanceAction(uint8_t tapDanceIndex, byte row, byte col, uint8_t tapCount,
+void tapDanceAction(uint8_t tapDanceIndex, KeyAddr keyAddr, uint8_t tapCount,
kaleidoscope::plugin::TapDance::ActionType tapDanceAction) {
/* Cancel any pending on-shot effects when a tap-dance key is released */
if (tapDanceAction == kaleidoscope::plugin::TapDance::Release)