summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorMaarten van Gompel <proycon@anaproy.nl>2021-08-26 22:42:45 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commit6dffaa6049b3cedbe36822f103379ccc9b13cf1f (patch)
treea832aa36e44e9ebf04ac01ba86822b00909b8793 /config.def.h
parentfc4af5b9756623d6661339e350ab0ce0f77cf7f5 (diff)
downloadsuggpicker-6dffaa6049b3cedbe36822f103379ccc9b13cf1f.tar.gz
added stacy's variant of the simple layout (grid) as we can't agree on which is best
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 060789a..b7d7ad0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -24,6 +24,7 @@ static enum layout_id layers[] = {
 	Special,
 	Emoji,
 	Simple,
+	SimpleGrid,
 	Cyrillic,
 	Arabic,
 	NumLayouts //signals the last item, may not be omitted