diff options
author | Erez Zukerman <bulk@ezuk.org> | 2018-05-09 09:53:32 -0400 |
---|---|---|
committer | Erez Zukerman <bulk@ezuk.org> | 2018-05-09 09:53:32 -0400 |
commit | b5e7589bf99db0697ce9f2badad3e0af630b09cb (patch) | |
tree | afb16821fb448e1aa1e5544c06ab426d2de79575 /keyboards/ergodox_ez/rules.mk | |
parent | 3d00f38586ee6646bd3e64bfd18e42d4e4a4a186 (diff) | |
download | qmk_firmware-b5e7589bf99db0697ce9f2badad3e0af630b09cb.tar.gz |
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/rules.mk')
-rw-r--r-- | keyboards/ergodox_ez/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk index a3b2ba5ca..b8c0eb4f5 100644 --- a/keyboards/ergodox_ez/rules.mk +++ b/keyboards/ergodox_ez/rules.mk @@ -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 |