Enable the TapDance plugin
This commit is contained in:
parent
cb5663d9e5
commit
86ca9bdcad
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user