Fix plugin setup documentation

Example in README shows wrong method signature to override
pull/389/head
James Cash 7 years ago committed by GitHub
parent c914d3d86a
commit 8449dbe282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save