Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes

This commit is contained in:
Jack Humbert 2019-04-01 22:37:47 -04:00
parent 40c6269f9f
commit 96e6c1fa31
13 changed files with 959 additions and 14 deletions

View file

@ -28,6 +28,8 @@
#include "is31fl3731.h"
#elif defined (IS31FL3733)
#include "is31fl3733.h"
#elif defined (IS31FL3737)
#include "is31fl3737.h"
#endif
typedef struct Point {