Update key names on SteelSeries Apex controller

This commit is contained in:
Adam Honse 2020-07-31 22:36:21 -05:00
parent 4660870c22
commit 226045cb8e

View file

@ -105,10 +105,10 @@ static const char *led_names[] =
"Key: =",
"Key: [",
"Key: ]",
"Key: Non-US #/~",
"Key: #",
"Key: ;",
"Key: '",
"Key: Grave Accent/Tilde",
"Key: `",
"Key: ,",
"Key: .",
"Key: /",
@ -155,16 +155,16 @@ static const char *led_names[] =
"Key: Number Pad 9",
"Key: Number Pad 0",
"Key: Number Pad .",
"Key: Non-US \\ and |",
"Key: \\ (ISO)",
"Key: Left Control",
"Key: Left Shift",
"Key: Left Alt",
"Key: Left Super",
"Key: Left Windows",
"Key: Right Control",
"Key: Right Shift",
"Key: Right Alt",
"Key: Right Super",
"Key: FN",
"Key: Right Windows",
"Key: Right Fn",
};
static const char *led_names_tkl[] =
@ -214,10 +214,10 @@ static const char *led_names_tkl[] =
"Key: =",
"Key: [",
"Key: ]",
"Key: Non-US #/~",
"Key: #",
"Key: ;",
"Key: '",
"Key: Grave Accent/Tilde",
"Key: `",
"Key: ,",
"Key: .",
"Key: /",
@ -247,16 +247,16 @@ static const char *led_names_tkl[] =
"Key: Left Arrow",
"Key: Down Arrow",
"Key: Up Arrow",
"Key: Non-US \\ and |",
"Key: \\ (ISO)",
"Key: Left Control",
"Key: Left Shift",
"Key: Left Alt",
"Key: Left Super",
"Key: Left Windows",
"Key: Right Control",
"Key: Right Shift",
"Key: Right Alt",
"Key: Right Super",
"Key: FN",
"Key: Right Windows",
"Key: Right Fn",
};
RGBController_SteelSeriesApex::RGBController_SteelSeriesApex(SteelSeriesApexController* steelseries_ptr)