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

@ -66,6 +66,10 @@
#include "deck.c"
#endif
#if FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT
#include "fibonacci.c"
#endif
#if MONOCLE_LAYOUT
#include "monocle.c"
#endif