[Keyboard] niu_mini reduce firmware size (#5648)

* Reducing firmware size by removing audio for keymaps that are not using it.

* Update rules.mk
This commit is contained in:
XScorpion2 2019-04-18 23:58:38 -05:00 committed by Drashna Jaelre
parent 8aee82e8b4
commit 74af596d8a
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@

View File

@ -58,7 +58,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # 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
MIDI_ENABLE = no # MIDI controls
AUDIO_ENABLE = yes # Audio output on port C6
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.