summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/keymaps/default/config.h
diff options
context:
space:
mode:
authorJack Humbert2017-11-06 09:15:30 -0500
committerJack Humbert2017-11-06 09:15:30 -0500
commit1d3a19757c7b91230e4e7c54f7e41755fc4767a5 (patch)
treee7919e432ae06f8a874b2ba909c2b282c6e56e8d /keyboards/ergodox_ez/keymaps/default/config.h
parentcf9f6bbd917c56e7347993f9116953628b16bc6a (diff)
restore default mode/color if no 0 color
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/default/config.h')
-rw-r--r--keyboards/ergodox_ez/keymaps/default/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/keymaps/default/config.h b/keyboards/ergodox_ez/keymaps/default/config.h
index 850848c01..e2e2c6bdc 100644
--- a/keyboards/ergodox_ez/keymaps/default/config.h
+++ b/keyboards/ergodox_ez/keymaps/default/config.h
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-#define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
+// #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
#define RGBLIGHT_COLOR_LAYER_1 0xFF, 0x00, 0x00
#define RGBLIGHT_COLOR_LAYER_2 0x00, 0xFF, 0x00
#define RGBLIGHT_COLOR_LAYER_3 0xFF, 0xFF, 0x00