summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorMaarten van Gompel <proycon@anaproy.nl>2021-10-31 19:41:56 +0100
committerJohn Sullivan <jsullivan@csumb.edu>2021-11-01 12:47:25 -0700
commitd45c1202190f42a44092b2785bb9791f94d16061 (patch)
tree2bd5f6e43f2d237f6228c3d5dc3c6f5fa2f93da4 /config.def.h
parent470de84f9708a5a32622a3eaa9e150551a2df639 (diff)
downloadsuggpicker-d45c1202190f42a44092b2785bb9791f94d16061.tar.gz
added simple navigation layer
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 6f3d648..edd5ec9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -21,14 +21,14 @@ 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, Cyrillic, Arabic,
+  Special,   Emoji, Simple, SimpleGrid, Nav, Cyrillic, Arabic,
   NumLayouts // signals the last item, may not be omitted
 };
 
 /* layers is an ordered list of layouts, used to cycle through */
 static enum layout_id landscape_layers[] = {
   Landscape, // First layout is the default layout on startup
-  Special, Emoji,
+  Special, Emoji, Nav,
   NumLayouts // signals the last item, may not be omitted
 };