Enable the TapDance plugin

This commit is contained in:
2022-06-16 08:45:08 +02:00
parent cb5663d9e5
commit 86ca9bdcad

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() {