Add more EXT clock source options

This commit is contained in:
2025-08-08 08:37:30 -07:00
parent b6402380c0
commit 412849f3fa
2 changed files with 16 additions and 0 deletions

View File

@ -255,6 +255,12 @@ void DisplayMainPage() {
case Clock::SOURCE_EXTERNAL_PPQN_4:
subText = F("4 PPQN");
break;
case Clock::SOURCE_EXTERNAL_PPQN_2:
subText = F("2 PPQN");
break;
case Clock::SOURCE_EXTERNAL_PPQN_1:
subText = F("1 PPQN");
break;
case Clock::SOURCE_EXTERNAL_MIDI:
subText = F("MIDI");
break;