Skip to content

Commit

Permalink
Reverse MIDI note order (#22)
Browse files Browse the repository at this point in the history
Reverse order of LED layout for MIDI light show
  • Loading branch information
Terkwood authored Jul 16, 2018
1 parent df3cb13 commit 3819e79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion midi_light_show/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion midi_light_show/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midi_light_show"
version = "0.2.0"
version = "0.2.1"
authors = ["Terkwood <<>>"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions midi_light_show/Settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pwm = true # disable if you don't want lights to dim based on note velocity
layout = "extended"

[pins]
extended = [13, 6, 5, 7, 23, 18, 15, 14, 21, 26, 20, 16, 19, 11, 9, 10, 22, 27, 8, 25, 17, 4, 3, 2]
basic = [13, 6, 5, 7, 23, 18, 15, 14]
extended = [2, 3, 4, 17, 25, 8, 27, 22, 10, 9, 11, 19, 16, 20, 26, 21, 14, 15, 18, 23, 7, 5, 6, 13]
basic = [14, 15, 18, 23, 7, 5, 6, 13]

0 comments on commit 3819e79

Please sign in to comment.