diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-06-18 16:50:25 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-06-18 17:03:07 +0300 |
commit | 6ba22b5f5eac1e7ee0b8a73fc682aed2f35c0189 (patch) | |
tree | da9ec9ecac05b4e407df0d28047f0c06d752f3d4 /keyboards | |
parent | a15510b57b39e0a12127b9297bade9b9f42332c7 (diff) | |
download | qmk_firmware-6ba22b5f5eac1e7ee0b8a73fc682aed2f35c0189.tar.gz qmk_firmware-6ba22b5f5eac1e7ee0b8a73fc682aed2f35c0189.zip |
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')
-rw-r--r-- | keyboards/lets_split/keymaps/khord/config.h | 2 |
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 d6a99a8b2e..2d845827ba 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" |