Skip to content

Commit

Permalink
Merge pull request #28 from dhalbert/consumer_control-mute
Browse files Browse the repository at this point in the history
add ConsumerControlCode.MUTE
  • Loading branch information
jedgarpark authored Nov 27, 2018
2 parents f5e70e0 + 89c370c commit c464c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adafruit_hid/consumer_control_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class ConsumerControlCode:
"""Eject"""
PLAY_PAUSE = 0xCD
"""Play/Pause toggle"""
MUTE = 0xE2
"""Mute"""
VOLUME_DECREMENT = 0xEA
"""Decrease volume"""
VOLUME_INCREMENT = 0xE9
Expand Down

0 comments on commit c464c2f

Please sign in to comment.