Fix AOC GK500 mapping broken by changing KLM base layout from ANSI to Default (English ANSI + English ISO combined map). Rename the 'ansi' field to reflect that this is no longer an ANSI map.

This commit is contained in:
Adam Honse 2024-08-29 00:09:03 -05:00
parent c23bbbd32a
commit 11bdaaa2fc
4 changed files with 15 additions and 14 deletions

View file

@ -84,7 +84,7 @@ typedef
typedef struct
{
std::vector<unsigned int> ansi;
std::vector<unsigned int> default_values;
std::map<KEYBOARD_LAYOUT, key_set> regional_overlay;
} layout_values;