Add Persian layout

This commit is contained in:
mzeinali
2022-04-20 15:59:52 +04:30
committed by Maarten van Gompel
parent 35ac0d1d72
commit b77f0582fc
3 changed files with 1546 additions and 11 deletions

View File

@ -23,7 +23,8 @@ 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, Georgian,
Special, Emoji, Simple, SimpleGrid, Nav,
Dialer, Cyrillic, Arabic, Georgian, Persian,
NumLayouts // signals the last item, may not be omitted
};