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
1 changed files with 4 additions and 1 deletions

View File

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