From 4e28c82534955f663409fc19677c85ca524224b6 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 6 Mar 2020 01:18:28 +0100 Subject: Replace deprecated interfaces. --- src/TapDance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TapDance.h') 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); -- cgit v1.2.3