From 4e666910b42ff7553f51f2f890a702673ab2a3b8 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 20 Jan 2022 01:29:34 -0500 Subject: layout: Remove all but one layout --- config.def.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2c2ea33..613bd52 100644 --- a/config.def.h +++ b/config.def.h @@ -23,14 +23,12 @@ 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, 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, Nav, + Full, // First layout is the default layout on startup NumLayouts // signals the last item, may not be omitted }; -- cgit 1.4.1