]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
disables RGB Matrix for now
authorErez Zukerman <bulk@ezuk.org>
Wed, 9 May 2018 13:53:32 +0000 (09:53 -0400)
committerErez Zukerman <bulk@ezuk.org>
Wed, 9 May 2018 13:53:32 +0000 (09:53 -0400)
just to see if that's why the board doesn't work. And it is... With this, the board works.

keyboards/ergodox_ez/ergodox_ez.c
keyboards/ergodox_ez/rules.mk

index eee102602ca66efd283ca10efae5a65383b15dca..21854ef77e9b59d0be3a189d3e94266bff116bb0 100644 (file)
@@ -208,6 +208,7 @@ const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
 };
 #endif
 
+#ifdef RGB_MATRIX_ENABLE
 const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
 /*   driver
  *   |  R location
@@ -332,3 +333,4 @@ const rgb_led g_rgb_leds[DRIVER_LED_TOTAL] = {
     {{4|(8<<4)},   {24.9*1, 16*2}, 0}, // LED 23
     {{4|(9<<4)},   {24.9*0, 16*2}, 0}, // LED 24
 };
+#endif
index a3b2ba5caba8f55f37cd3ef7a51e80a330ccc957..b8c0eb4f50a584ac5ab4d3bb9accd81f0b7dc0f7 100644 (file)
@@ -83,6 +83,6 @@ SWAP_HANDS_ENABLE= yes # Allow swapping hands of keyboard
 SLEEP_LED_ENABLE = no
 API_SYSEX_ENABLE = no
 RGBLIGHT_ENABLE = no
-RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_ENABLE = no
 
 LAYOUTS = ergodox