commit 35c5f44e3c6daf198180546ec76c5bee7cdd70f8
parent 4bf9d53a00f8faecf9378a3d7d58296d316fef84
Author: John Sullivan <jsullivan@csumb.edu>
Date: Tue, 16 Nov 2021 11:04:21 -0800
change config.def.h to include dialer
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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
};