summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-06-18 15:50:25 +0200
committerFred Sundvik <fsundvik@gmail.com>2017-06-18 16:03:07 +0200
commit6ba22b5f5eac1e7ee0b8a73fc682aed2f35c0189 (patch)
treeda9ec9ecac05b4e407df0d28047f0c06d752f3d4 /keyboards/lets_split
parenta15510b57b39e0a12127b9297bade9b9f42332c7 (diff)
downloadqmk_firmware-6ba22b5f5eac1e7ee0b8a73fc682aed2f35c0189.tar.gz
qmk_firmware-6ba22b5f5eac1e7ee0b8a73fc682aed2f35c0189.tar.xz
Don't define RGBLED_NUM in let-split khord keymap
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
Diffstat (limited to 'keyboards/lets_split')
-rw-r--r--keyboards/lets_split/keymaps/khord/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/lets_split/keymaps/khord/config.h b/keyboards/lets_split/keymaps/khord/config.h
index d6a99a8b2..2d845827b 100644
--- a/keyboards/lets_split/keymaps/khord/config.h
+++ b/keyboards/lets_split/keymaps/khord/config.h
@@ -20,9 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_SERIAL
#define EE_HANDS
-#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 12
#ifdef SUBPROJECT_rev1
#include "../../rev1/config.h"