diff options
| author | Sam Bowlby <sam@chven.us> | 2021-12-06 05:32:42 -0600 |
|---|---|---|
| committer | John Sullivan <jsullivan@csumb.edu> | 2022-01-08 07:53:34 +0000 |
| commit | fb318069c9ec0c5101bc20660181cb4acf33dce7 (patch) | |
| tree | 27dcda45f2431e6d67695621c78b6dd69a4fc6c6 /config.def.h | |
| parent | 75ed68ae16367225a5ff8e5c9db81098105baf7e (diff) | |
| download | suggpicker-fb318069c9ec0c5101bc20660181cb4acf33dce7.tar.gz | |
add Georgian layout
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8c80616..5202221 100644 --- a/config.def.h +++ b/config.def.h @@ -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 }; |
