Skip to content

Commit

Permalink
Merge pull request #2 from granitrocky/main
Browse files Browse the repository at this point in the history
Remove layer count restrictions from all keyboards
mcrosson authored Apr 30, 2022
2 parents 30aa7f0 + 8c3cea0 commit 32c96b2
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
@@ -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 32c96b2

Please sign in to comment.