Increase # of panes to 3

fixes #414
This commit is contained in:
d0k3 2018-08-13 00:13:29 +02:00
parent 3446a43127
commit e44d266d94

View File

@ -21,7 +21,7 @@
#include "i2c.h"
#define N_PANES 2
#define N_PANES 3
#define COLOR_TOP_BAR (PERM_RED ? COLOR_RED : PERM_ORANGE ? COLOR_ORANGE : PERM_BLUE ? COLOR_BRIGHTBLUE : \
PERM_YELLOW ? COLOR_BRIGHTYELLOW : PERM_GREEN ? COLOR_GREEN : COLOR_WHITE)