Skip to content

Commit

Permalink
add missing skin items for MK2 sends.
Browse files Browse the repository at this point in the history
  • Loading branch information
henri committed Jan 10, 2017
1 parent 8e0abfe commit be88943
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SkinMK2.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ class Sends:
class SendsSlider:
On = Rgb.MINT
Off = Rgb.BLACK
class SendsSlider_1:
On = Rgb.MINT
Off = Rgb.BLACK
class SendsSlider_2:
On = Rgb.MINT
Off = Rgb.BLACK

class Sends:#not used yet on legacy launchpad
A = Rgb.BLUE
Expand Down

0 comments on commit be88943

Please sign in to comment.