]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Don't define RGBLED_NUM in let-split khord keymap
authorFred Sundvik <fsundvik@gmail.com>
Sun, 18 Jun 2017 13:50:25 +0000 (16:50 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Sun, 18 Jun 2017 14:03:07 +0000 (17:03 +0300)
It's already defined correctly by the parent keyboard project, and was
causing problems for rev1, where the pin is different.

keyboards/lets_split/keymaps/khord/config.h

index d6a99a8b2ee1c1e223781e6c3a1b4f55a4b1d9bb..2d845827babcd2d1b917bce9bde168cd7be3a4d3 100644 (file)
@@ -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"