Merge pull request #10 from jamesnvc/patch-1

Fix plugin setup documentation
pull/389/head
Gergely Nagy 7 years ago committed by GitHub
commit 2bf181b0f5
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