Fix a silly search & replace bug

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 8be191fe9b
commit 823f73f026

@ -23,7 +23,7 @@
#define TD(n) (Key) {.raw = kaleidoscope::ranges::TD_FIRST + n }
#define tap_dance_actionKeys(tap_count, tap_dance_action, ...) ({ \
#define tapDanceActionKeys(tap_count, tap_dance_action, ...) ({ \
static const Key __k[] PROGMEM = { __VA_ARGS__ }; \
TapDance.actionKeys(tap_count, tap_dance_action, \
sizeof (__k) / sizeof (Key), &__k[0]); \

Loading…
Cancel
Save