From 8449dbe282d427c529d8685d83348ec2311a9fef Mon Sep 17 00:00:00 2001 From: James Cash Date: Thu, 2 Nov 2017 13:24:08 -0400 Subject: [PATCH] Fix plugin setup documentation Example in README shows wrong method signature to override --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1606d22b..5c981278 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ time an action is to be performed. TD(0) // later in the Sketch: -void tapDanceAction(uint8_t tap_dance_index, uint8_t tap_count, +void tapDanceAction(uint8_t tap_dance_index, byte row, byte col, uint8_t tap_count, kaleidoscope::TapDance::ActionType tap_dance_action) { switch (tap_dance_index) { case 0: