From c9a8d89c9daf083f9a8ab0550c10cac3aa623a16 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 --- layouts/community/ergodox/don/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/community/ergodox/don/Makefile b/layouts/community/ergodox/don/Makefile index 4393ea134..8a4d79216 100644 --- a/layouts/community/ergodox/don/Makefile +++ b/layouts/community/ergodox/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.5