From 9a9a8a07ba589b9736e42e6366030ad49e1594c2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 12 Jan 2017 15:37:19 -0800 Subject: [PATCH] disable backlight for the time being --- keyboards/ergodox/keymaps/don/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/ergodox/keymaps/don/Makefile b/keyboards/ergodox/keymaps/don/Makefile index 4393ea134..8a4d79216 100644 --- a/keyboards/ergodox/keymaps/don/Makefile +++ b/keyboards/ergodox/keymaps/don/Makefile @@ -8,7 +8,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = yes # Unicode -- 2.39.2