diff --git a/examples/Features/AppSwitcher/AppSwitcher.ino b/examples/Features/AppSwitcher/AppSwitcher.ino index 1dcdad29..ad46fefc 100644 --- a/examples/Features/AppSwitcher/AppSwitcher.ino +++ b/examples/Features/AppSwitcher/AppSwitcher.ino @@ -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() {