diff --git a/users/ardux/config.h b/users/ardux/config.h index 69194e4..9ad585d 100644 --- a/users/ardux/config.h +++ b/users/ardux/config.h @@ -44,6 +44,15 @@ #endif #endif +// ///////// +// Remove Layer count restrictions +#ifdef LAYER_STATE_8BIT +#undef LAYER_STATE_8BIT +#endif +#ifdef MAX_LAYER +#undef MAX_LAYER +#endif + // ////////// // Most of ardux, the WHOLE layout, start here for remixes - this is critical! #include "layout/_layout.h"