From 8a5f7987802e82520914b26be7d31050cf747c9c Mon Sep 17 00:00:00 2001 From: Sascha Nitsch Date: Tue, 22 Mar 2022 03:44:10 +0100 Subject: [PATCH] fixed missing macro execution on rotary --- cimditprofile.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cimditprofile.cpp b/cimditprofile.cpp index 3f23e87..739fd58 100644 --- a/cimditprofile.cpp +++ b/cimditprofile.cpp @@ -396,6 +396,9 @@ void CimditProfile::rotaryAction(uint8_t num, int8_t delta) { } showActivate(); break; + case MACRO_PRESS: + scanOrExecuteMacro(m_mappedRotary[i].m_value, true); + break; default: break; }