suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |