Enable the TapDance plugin

This commit is contained in:
Gergely Polonkai 2022-06-16 08:45:08 +02:00
parent cb5663d9e5
commit 86ca9bdcad
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -42,6 +42,8 @@
#include "Kaleidoscope-LED-ActiveModColor.h" #include "Kaleidoscope-LED-ActiveModColor.h"
#include "Kaleidoscope-TapDance.h"
enum { enum {
MACRO_VERSION_INFO, MACRO_VERSION_INFO,
MACRO_ANY, MACRO_ANY,
@ -318,7 +320,8 @@ KALEIDOSCOPE_INIT_PLUGINS(
USBQuirks, USBQuirks,
OneShot, OneShot,
EscapeOneShot, EscapeOneShot,
EscapeOneShotConfig EscapeOneShotConfig,
TapDance
); );
void setup() { void setup() {