|
|
|
@ -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
|
|
|
|
|