mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-13 06:24:29 +02:00
Add Persian layout
This commit is contained in:
committed by
Maarten van Gompel
parent
35ac0d1d72
commit
b77f0582fc
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user