summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/ergodox_ez.c
diff options
context:
space:
mode:
authorErez Zukerman <bulk@ezuk.org>2018-05-09 15:53:32 +0200
committerErez Zukerman <bulk@ezuk.org>2018-05-09 15:53:32 +0200
commitb5e7589bf99db0697ce9f2badad3e0af630b09cb (patch)
treeafb16821fb448e1aa1e5544c06ab426d2de79575 /keyboards/ergodox_ez/ergodox_ez.c
parent3d00f38586ee6646bd3e64bfd18e42d4e4a4a186 (diff)
downloadqmk_firmware-b5e7589bf99db0697ce9f2badad3e0af630b09cb.tar.gz
qmk_firmware-b5e7589bf99db0697ce9f2badad3e0af630b09cb.tar.xz
disables RGB Matrix for now
just to see if that's why the board doesn't work. And it is... With this, the board works.
Diffstat (limited to 'keyboards/ergodox_ez/ergodox_ez.c')
-rw-r--r--keyboards/ergodox_ez/ergodox_ez.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/ergodox_ez.c b/keyboards/ergodox_ez/ergodox_ez.c
index eee102602..21854ef77 100644
--- a/keyboards/ergodox_ez/ergodox_ez.c
+++ b/keyboards/ergodox_ez/ergodox_ez.c
@@ -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