fixed missing macro execution on rotary

master
Sascha Nitsch 2022-03-22 03:44:10 +01:00
parent 9337d28e75
commit 8a5f798780
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}