diff options
author | Joel Challis <git@zvecr.com> | 2020-06-01 22:01:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 14:01:45 -0700 |
commit | faa3e62e70912a2a3f75da0fb1812592f32a6871 (patch) | |
tree | 3048b4622841ae0be1bb39e81e3e92b446002f17 /keyboards/primekb/prime_e/config.h | |
parent | 5f5a6fff8bf18c85add37cfc303c7116e2753792 (diff) |
Prime_E - Increase number of via layers (#9065)
* Prime_E - Increase number of via layers
* Fix keymap alignment
Diffstat (limited to 'keyboards/primekb/prime_e/config.h')
-rw-r--r-- | keyboards/primekb/prime_e/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/primekb/prime_e/config.h b/keyboards/primekb/prime_e/config.h index c564752038..4a355efd72 100644 --- a/keyboards/primekb/prime_e/config.h +++ b/keyboards/primekb/prime_e/config.h @@ -50,3 +50,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE + +#define DYNAMIC_KEYMAP_LAYER_COUNT 8 |