Fix media key names

This commit is contained in:
Adam Honse 2020-07-23 10:46:45 -05:00
parent 618bebc46b
commit 400a078a05
2 changed files with 9 additions and 9 deletions

View file

@ -53,7 +53,7 @@ static const char* led_names[] =
"Key: A", //15
"Key: Left Windows", //17
"Key: Print Screen", //18
"Media Mute", //20
"Key: Media Mute", //20
"Key: Number Pad 8", //21
"Key: F2", //24
"Key: 2", //25
@ -63,7 +63,7 @@ static const char* led_names[] =
"Key: Left Alt", //29
"Key: Scroll Lock", //30
"Key: Backspace", //31
"Media Stop", //32
"Key: Media Stop", //32
"Key: Number Pad 9", //33
"Key: F3", //36
"Key: 3", //37
@ -72,7 +72,7 @@ static const char* led_names[] =
"Key: X", //40
"Key: Pause/Break", //42
"Key: Delete", //43
"Media Previous", //44
"Key: Media Previous", //44
"Key: F4", //48
"Key: 4", //49
"Key: R", //50
@ -81,7 +81,7 @@ static const char* led_names[] =
"Key: Space", //53
"Key: Insert", //54
"Key: End", //55
"Media Play/Pause", //56
"Key: Media Play/Pause",//56
"Key: Number Pad 4", //57
"Key: F5", //60
"Key: 5", //61
@ -90,7 +90,7 @@ static const char* led_names[] =
"Key: V", //64
"Key: Home", //66
"Key: Page Down", //67
"Media Next", //68
"Key: Media Next", //68
"Key: Number Pad 5", //69
"Key: F6", //72
"Key: 6", //73

View file

@ -193,10 +193,10 @@ static const char *led_names[] =
"RGB Strip 16",
"RGB Strip 17",
"RGB Strip 18",
"Media Previous",
"Media Play/Pause",
"Media Next",
"Media Mute"
"Key: Media Previous",
"Key: Media Play/Pause",
"Key: Media Next",
"Key: Media Mute"
};
RGBController_HyperXKeyboard::RGBController_HyperXKeyboard(HyperXKeyboardController* hyperx_ptr)