Modern Greek keyboard added

This commit is contained in:
Dimitris Kardarakos
2022-03-28 17:23:42 +03:00
committed by Maarten van Gompel
parent b77f0582fc
commit a8ba3c02a9
3 changed files with 1533 additions and 9 deletions

View File

@ -24,7 +24,7 @@ struct clr_scheme scheme1 = {
static enum layout_id layers[] = {
Full, // First layout is the default layout on startup
Special, Emoji, Simple, SimpleGrid, Nav,
Dialer, Cyrillic, Arabic, Georgian, Persian,
Dialer, Cyrillic, Arabic, Persian, Greek, Georgian,
NumLayouts // signals the last item, may not be omitted
};