Skip to content

Commit

Permalink
Pull in what is hopefully the last bugfix for the settings loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Mar 7, 2024
1 parent fa3ec91 commit 1ef6f2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ Chrysalis-Firmware-Bundle 0.92.5-snapshot
=========================================
**UNRELEASED**

No changes yet.
This release is, somewhat embarassingly, a bugfix to the bugfix.
0.92.3 and 0.92.4 had trouble loading your on-keyboard settings
after a reboot or after you disconnected and reconnected your keyboard.

This could manifest as things like the "Space Cadet Shift" function
mysteriously turning back on or other plugin changes not persisting.


Chrysalis-Firmware-Bundle 0.92.4
================================
Expand Down
2 changes: 1 addition & 1 deletion lib/Kaleidoscope
Submodule Kaleidoscope updated 22 files
+4 −1 .readthedocs.yml
+10 −0 docs/hardware-devices/Hardware-Keyboardio-Model-100.md
+0 −0 docs/hardware-devices/unsupported/Hardware-EZ-ErgoDox.md
+0 −0 docs/hardware-devices/unsupported/Hardware-OLKB-Planck.md
+0 −0 docs/hardware-devices/unsupported/Hardware-SOFTHRUF-Splitography.md
+0 −0 docs/hardware-devices/unsupported/Hardware-Technomancy-Atreus.md
+1 −1 plugins/Kaleidoscope-AutoShift/src/kaleidoscope/plugin/AutoShiftConfig.cpp
+1 −1 plugins/Kaleidoscope-DefaultLEDModeConfig/src/kaleidoscope/plugin/DefaultLEDModeConfig.cpp
+0 −18 plugins/Kaleidoscope-EEPROM-Settings/src/kaleidoscope/plugin/EEPROM-Settings.cpp
+22 −1 plugins/Kaleidoscope-EEPROM-Settings/src/kaleidoscope/plugin/EEPROM-Settings.h
+6 −6 plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot-Config.cpp
+1 −1 plugins/Kaleidoscope-IdleLEDs/src/kaleidoscope/plugin/IdleLEDs.cpp
+1 −1 plugins/Kaleidoscope-LEDBrightnessConfig/src/kaleidoscope/plugin/LEDBrightnessConfig.cpp
+1 −1 plugins/Kaleidoscope-MouseKeys/src/kaleidoscope/plugin/MouseKeysConfig.cpp
+1 −1 plugins/Kaleidoscope-OneShot/src/kaleidoscope/plugin/OneShotConfig.cpp
+1 −1 plugins/Kaleidoscope-PersistentLEDMode/src/kaleidoscope/plugin/PersistentLEDMode.cpp
+1 −1 plugins/Kaleidoscope-SpaceCadet/src/kaleidoscope/plugin/SpaceCadetConfig.cpp
+1 −1 plugins/Kaleidoscope-TypingBreaks/src/kaleidoscope/plugin/TypingBreaks.cpp
+7 −0 testing/device-testing/README
+1 −0 testing/device-testing/eeprom-persistence/README
+55 −0 testing/device-testing/eeprom-persistence/test.py
+68 −0 testing/device-testing/spacecadet-off/space_cadet_off_after_reboot_and_reset.py

0 comments on commit 1ef6f2b

Please sign in to comment.