From d2342a38d6b2e77559e9e90cc7609bb9d834f8ac Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Tue, 2 Mar 2021 23:50:58 -0800 Subject: Disable Unicode and Swap Hands on ErgoDox EZ (#331) * Disable Unicode and Swap Hands on ErgoDox EZ Because we're running into both program memory and system memory limits, this is an easy fix to avoid both, especially since neither feature is actually used by us. * Disable Swap Hands for Moonlander as well --- keyboards/moonlander/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/moonlander/rules.mk') diff --git a/keyboards/moonlander/rules.mk b/keyboards/moonlander/rules.mk index 0cff2528f2..f5a3859cca 100644 --- a/keyboards/moonlander/rules.mk +++ b/keyboards/moonlander/rules.mk @@ -14,7 +14,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = yes # Custom matrix file AUDIO_ENABLE = yes -SWAP_HANDS_ENABLE = yes +SWAP_HANDS_ENABLE = no RGB_MATRIX_ENABLE = yes RGB_MATRIX_DRIVER = IS31FL3731 #SERIAL_LINK_ENABLE = yes -- cgit v1.2.3