fixed missing macro execution on rotary
This commit is contained in:
parent
9337d28e75
commit
8a5f798780
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue