suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h b/config.h
index ce6d16f..bdb8dc7 100644
--- a/config.h
+++ b/config.h
@@ -12,9 +12,4 @@ struct clr_scheme scheme = {
.text = {.color = UINT32_MAX},
};
-/* 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
-};
-
#endif // config_def_h_INCLUDED