Add VSG Mintaka keyboard
This commit is contained in:
parent
7dcdef28c8
commit
d7e467a37f
8 changed files with 986 additions and 161 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue