Alpha Chen 2 years ago
parent 7954cc8f25
commit 0bb3928aea
No known key found for this signature in database

@ -409,8 +409,8 @@ KALEIDOSCOPE_INIT_PLUGINS(
// SpaceCadet can turn your shifts into parens on tap, while keeping them as // SpaceCadet can turn your shifts into parens on tap, while keeping them as
// Shifts when held. SpaceCadetConfig lets Chrysalis configure some aspects of // Shifts when held. SpaceCadetConfig lets Chrysalis configure some aspects of
// the plugin. // the plugin.
SpaceCadet, // SpaceCadet,
SpaceCadetConfig, // SpaceCadetConfig,
// Focus allows bi-directional communication with the host, and is the // Focus allows bi-directional communication with the host, and is the
// interface through which the keymap in EEPROM can be edited. // 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 // can be permanently enabled via Chrysalis, so we should only disable it if
// no configuration exists. // no configuration exists.
// SpaceCadetConfig.disableSpaceCadetIfUnconfigured(); // SpaceCadetConfig.disableSpaceCadetIfUnconfigured();
SpaceCadet.disable(); // SpaceCadet.disable();
// Editable layer names are stored in EEPROM too, and we reserve 16 bytes per // 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 // layer for them. We need one extra byte per layer for bookkeeping, so we

Loading…
Cancel
Save