Merge pull request #789 from keyboardio/docs/UPGRADING.md/Runtime-clarification

docs/UPGRADING.md: Clarify the kaleidoscope::Runtime parts
pull/796/head
Gergely Nagy 5 years ago committed by GitHub
commit b1356900a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -529,7 +529,10 @@ Older versions of the plugin required one to set up `Key_Redial` manually, and l
### Class/global instance Kaleidoscope_/Kaleidoscope renamed to kaleidoscope::Runtime_/kaleidoscope::Runtime
After renaming, some of the original symbols have been deprecated. The deprecated symbols in `kaleidoscope/Runtime.h` are scheduled for removal on **2019-03-10**.
After the renaming, Kaleidoscope core should be using `kaleidoscope::Runtime`.
The former `Kaleidoscope` global symbol is to be used by sketches only - and
only because to not diverge too much from the Arduino naming style. Deprecated
symbols are scheduled for removal on **2020-03-15**.
### Transition to linear indexing

Loading…
Cancel
Save