HyperX Origin Core variant

This commit is contained in:
Carlos Jordão 2025-05-09 16:36:37 +00:00 committed by Adam Honse
parent 138d991cf2
commit 92d8240384
7 changed files with 241 additions and 136 deletions

View file

@ -228,6 +228,7 @@ static const std::map<std::string, led_label> led_label_lookup =
{ KEY_ES_OPEN_QUESTION_MARK,{ "¿" , "¡" }},
{ KEY_ES_TILDE, { "´" , "¨" }},
{ KEY_ES_ENIE, { "ñ" , "Ñ" }},
{ KEY_BR_TILDE, { "~" , "~" }}
};
void DeviceView::setController(RGBController * controller_ptr)