Skip to content

Commit

Permalink
sysex: allow configuring midi channel 17
Browse files Browse the repository at this point in the history
MIDI channel 17 is omni channel
  • Loading branch information
paradajz committed Jan 19, 2024
1 parent a71a06c commit cf411bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/firmware/application/system/Layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace sys
{
io::Buttons::Collection::SIZE(),
1,
16,
17,
}
};

Expand Down Expand Up @@ -126,7 +126,7 @@ namespace sys
{
io::Encoders::Collection::SIZE(),
1,
16,
17,
},

// pulses per step section
Expand Down Expand Up @@ -226,7 +226,7 @@ namespace sys
{
io::Analog::Collection::SIZE(),
1,
16,
17,
},

// lower adc percentage offset
Expand Down Expand Up @@ -298,7 +298,7 @@ namespace sys
{
io::LEDs::Collection::SIZE(),
1,
16,
17,
}
};

Expand Down

0 comments on commit cf411bf

Please sign in to comment.