about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 947a75e..2c2ea33 100644
--- a/config.def.h
+++ b/config.def.h
@@ -23,7 +23,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, Georgian,
+  Special,   Emoji, Simple, SimpleGrid, Nav, Dialer, Cyrillic, Arabic, Georgian,
   NumLayouts // signals the last item, may not be omitted
 };