From 383864c6896ca3621d7774dc6de48d896cb6a9e0 Mon Sep 17 00:00:00 2001 From: Shriramana Sharma Date: Wed, 15 Aug 2018 20:47:33 +0530 Subject: [PATCH] appswitcher example: add the line actually needed to make this work! --- examples/AppSwitcher/Macros.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/AppSwitcher/Macros.cpp b/examples/AppSwitcher/Macros.cpp index af9bdba4..14060bbd 100644 --- a/examples/AppSwitcher/Macros.cpp +++ b/examples/AppSwitcher/Macros.cpp @@ -28,6 +28,7 @@ namespace H = kaleidoscope::hostos; static bool appSwitchActive = false; const macro_t *macroAppSwitch(uint8_t keyState) { + appSwitchActive = true; Key mod = Key_LeftAlt; if (HostOS.os() == H::OSX)