appswitcher example: add the line actually needed to make this work!

pull/353/head
Shriramana Sharma 6 years ago
parent 56a995e877
commit 383864c689

@ -28,6 +28,7 @@ namespace H = kaleidoscope::hostos;
static bool appSwitchActive = false; static bool appSwitchActive = false;
const macro_t *macroAppSwitch(uint8_t keyState) { const macro_t *macroAppSwitch(uint8_t keyState) {
appSwitchActive = true;
Key mod = Key_LeftAlt; Key mod = Key_LeftAlt;
if (HostOS.os() == H::OSX) if (HostOS.os() == H::OSX)

Loading…
Cancel
Save