update AppSwitcher example to indicate that one must manually set the OS

Signed-off-by: Jacob Hurwitz <jacobhurwitz@gmail.com>
pull/992/head
Jacob Hurwitz 4 years ago
parent 34bb24a7f1
commit 96a66c9393

@ -61,6 +61,9 @@ KALEIDOSCOPE_INIT_PLUGINS(EEPROMSettings,
void setup() {
Kaleidoscope.setup();
// Uncomment to manually set the OS, as Kaleidoscope will not autodetect it.
// (Possible values are in HostOS.h.)
// HostOS.os(kaleidoscope::hostos::LINUX);
}
void loop() {

Loading…
Cancel
Save