Update key names on SteelSeries Apex controller
This commit is contained in:
parent
4660870c22
commit
226045cb8e
1 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue