Skip to content

Commit

Permalink
Remove the restrictions on layer counts
Browse files Browse the repository at this point in the history
Move the code to a better location
  • Loading branch information
granitrocky committed Apr 30, 2022
1 parent 30aa7f0 commit 8c3cea0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions users/ardux/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8c3cea0

Please sign in to comment.