From ae459cc6d508a04e3be8186337cec5a69cbcd5b1 Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Fri, 22 Sep 2017 16:00:07 -0700 Subject: [PATCH] perf(planck): disable console frees 1664 bytes --- keyboards/planck/keymaps/dudeofawesome/rules.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keyboards/planck/keymaps/dudeofawesome/rules.mk b/keyboards/planck/keymaps/dudeofawesome/rules.mk index fa3139f27af..edeab164393 100644 --- a/keyboards/planck/keymaps/dudeofawesome/rules.mk +++ b/keyboards/planck/keymaps/dudeofawesome/rules.mk @@ -2,8 +2,9 @@ ifndef QUANTUM_DIR include ../../../../Makefile endif +AUDIO_ENABLE = yes # Audio output on port C6 +CONSOLE_ENABLE = no # Console for debug(+400) +MIDI_ENABLE = no # MIDI controls MOUSEKEY_ENABLE = no # Mouse keys(+4700) NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -MIDI_ENABLE = no # MIDI controls -AUDIO_ENABLE = yes # Audio output on port C6 RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.