Adding fibonacci layout

This commit is contained in:
bakkeby
2019-09-09 18:50:05 +02:00
parent 7da1b17169
commit cccb8fcecb
7 changed files with 178 additions and 2 deletions

View File

@@ -111,6 +111,12 @@ static const Layout layouts[] = {
#if DECK_LAYOUT
{ "[D]", deck },
#endif // DECK_LAYOUT
#if FIBONACCI_SPIRAL_LAYOUT
{ "(@)", spiral },
#endif // FIBONACCI_SPIRAL_LAYOUT
#if FIBONACCI_DWINDLE_LAYOUT
{ "[\\]", dwindle },
#endif // FIBONACCI_DWINDLE_LAYOUT
#if CYCLELAYOUTS_PATCH
{ NULL, NULL },
#endif // CYCLELAYOUTS_PATCH