diff options
| author | John Sullivan <jsullivan@csumb.edu> | 2021-11-16 11:04:21 -0800 |
|---|---|---|
| committer | John Sullivan <jsullivan@csumb.edu> | 2021-11-16 11:04:21 -0800 |
| commit | 75ed68ae16367225a5ff8e5c9db81098105baf7e (patch) | |
| tree | ffec54cd6dc96992cf5129af68e326255955a891 /config.def.h | |
| parent | d45c1202190f42a44092b2785bb9791f94d16061 (diff) | |
| download | suggpicker-75ed68ae16367225a5ff8e5c9db81098105baf7e.tar.gz | |
change config.def.h to include dialer
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 edd5ec9..8c80616 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, Cyrillic, Arabic, + Special, Emoji, Simple, SimpleGrid, Nav, Dialer, Cyrillic, Arabic, NumLayouts // signals the last item, may not be omitted }; |
