From 0bb3928aea34f7698129a1b44aa99fd1efab496f Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 5 Oct 2022 10:13:10 -0700 Subject: [PATCH] mu --- examples/Devices/Keyboardio/Model100/Model100.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Devices/Keyboardio/Model100/Model100.ino b/examples/Devices/Keyboardio/Model100/Model100.ino index e0212a72..336b326e 100644 --- a/examples/Devices/Keyboardio/Model100/Model100.ino +++ b/examples/Devices/Keyboardio/Model100/Model100.ino @@ -409,8 +409,8 @@ KALEIDOSCOPE_INIT_PLUGINS( // SpaceCadet can turn your shifts into parens on tap, while keeping them as // Shifts when held. SpaceCadetConfig lets Chrysalis configure some aspects of // the plugin. - SpaceCadet, - SpaceCadetConfig, + // SpaceCadet, + // SpaceCadetConfig, // Focus allows bi-directional communication with the host, and is the // interface through which the keymap in EEPROM can be edited. @@ -593,7 +593,7 @@ void setup() { // can be permanently enabled via Chrysalis, so we should only disable it if // no configuration exists. // SpaceCadetConfig.disableSpaceCadetIfUnconfigured(); - SpaceCadet.disable(); + // SpaceCadet.disable(); // Editable layer names are stored in EEPROM too, and we reserve 16 bytes per // layer for them. We need one extra byte per layer for bookkeeping, so we