Add VSG Mintaka keyboard

This commit is contained in:
Federico Scodelaro 2024-10-20 19:56:31 +00:00 committed by Adam Honse
parent 7dcdef28c8
commit d7e467a37f
8 changed files with 986 additions and 161 deletions

View file

@ -225,6 +225,9 @@ static const std::map<std::string, led_label> led_label_lookup =
{ KEY_FR_GRAVE_U, { "ù" , "\xc3\xb9" }},
{ KEY_FR_ASTERIX, { "*" , "*" }},
{ KEY_FR_EXCLAIMATION, { "!" , "!" }},
{ KEY_ES_OPEN_QUESTION_MARK,{ "¿" , "¡" }},
{ KEY_ES_TILDE, { "´" , "¨" }},
{ KEY_ES_ENIE, { "ñ" , "Ñ" }},
};
void DeviceView::setController(RGBController * controller_ptr)