add Georgian layout

This commit is contained in:
Sam Bowlby
2021-12-06 05:32:42 -06:00
committed by John Sullivan
parent 780a83dba5
commit c541c7dbd6
3 changed files with 1530 additions and 4 deletions

View File

@ -21,7 +21,7 @@ struct clr_scheme scheme1 = {
/* layers is an ordered list of layouts, used to cycle through */
static enum layout_id layers[] = {
Full, // First layout is the default layout on startup
Special, Emoji, Simple, SimpleGrid, Nav, Dialer, Cyrillic, Arabic,
Special, Emoji, Simple, SimpleGrid, Nav, Dialer, Cyrillic, Arabic, Georgian,
NumLayouts // signals the last item, may not be omitted
};