|
|
@ -12,6 +12,16 @@ See [UPGRADING.md](UPGRADING.md) for more detailed instructions about upgrading
|
|
|
|
|
|
|
|
|
|
|
|
## New features
|
|
|
|
## New features
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### KeyboardioHID converted to a driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The KeyboardioHID library used by most Kaleidoscope keyboards as the interface
|
|
|
|
|
|
|
|
is no longer a separate Arduino library in a separate repository. It has been
|
|
|
|
|
|
|
|
incorporated into the main Kaleidoscope repository as a driver, but is
|
|
|
|
|
|
|
|
functionally unchanged. This will make it easier for developers to synchronize
|
|
|
|
|
|
|
|
changes at different levels in the codebase. No new features were introduced,
|
|
|
|
|
|
|
|
and this should not directly affect end users, but it is a major reorganization
|
|
|
|
|
|
|
|
of the codebase.
|
|
|
|
|
|
|
|
|
|
|
|
### OneShot public functions
|
|
|
|
### OneShot public functions
|
|
|
|
|
|
|
|
|
|
|
|
The OneShot plugin now allows other plugins to control the OneShot state of
|
|
|
|
The OneShot plugin now allows other plugins to control the OneShot state of
|
|
|
|