forked from mirror/qmk_firmware
Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.
This commit is contained in:
@@ -74,7 +74,6 @@
|
||||
{
|
||||
unsigned Play : 1;
|
||||
unsigned Pause : 1;
|
||||
unsigned Record : 1;
|
||||
unsigned FForward : 1;
|
||||
unsigned Rewind : 1;
|
||||
unsigned NextTrack : 1;
|
||||
@@ -84,7 +83,7 @@
|
||||
unsigned Mute : 1;
|
||||
unsigned VolumeUp : 1;
|
||||
unsigned VolumeDown : 1;
|
||||
unsigned PADDING : 4;
|
||||
unsigned RESERVED : 5;
|
||||
} ATTR_PACKED USB_MediaReport_Data_t;
|
||||
|
||||
/* Function Prototypes: */
|
||||
|
||||
Reference in New Issue
Block a user