From 4648092db1c169d9e62bb6a0c577ab99434652e7 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Thu, 26 Aug 2021 19:20:20 +0200 Subject: Add landscape layers --- config.def.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index a6227a6..060789a 100644 --- a/config.def.h +++ b/config.def.h @@ -29,5 +29,13 @@ static enum layout_id layers[] = { 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, + NumLayouts //signals the last item, may not be omitted +}; + #endif // config_def_h_INCLUDED -- cgit 1.4.1