aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2019-04-18 23:58:38 -0500
committerDrashna Jaelre <drashna@live.com>2019-04-18 21:58:38 -0700
commit74af596d8ac0e1ee5f308f520b22831ca32f0339 (patch)
tree4fabb5b14ad63e5d254573a264b8549deed41ef0
parent8aee82e8b4d8108d8a9a56f8fd61ae1281ee4165 (diff)
downloadqmk_firmware-74af596d8ac0e1ee5f308f520b22831ca32f0339.tar.gz
qmk_firmware-74af596d8ac0e1ee5f308f520b22831ca32f0339.zip
[Keyboard] niu_mini reduce firmware size (#5648)
* Reducing firmware size by removing audio for keymaps that are not using it. * Update rules.mk
-rw-r--r--keyboards/niu_mini/keymaps/planck/rules.mk1
-rw-r--r--keyboards/niu_mini/rules.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/niu_mini/keymaps/planck/rules.mk b/keyboards/niu_mini/keymaps/planck/rules.mk
index e69de29bb..8b1378917 100644
--- a/keyboards/niu_mini/keymaps/planck/rules.mk
+++ b/keyboards/niu_mini/keymaps/planck/rules.mk
@@ -0,0 +1 @@
diff --git a/keyboards/niu_mini/rules.mk b/keyboards/niu_mini/rules.mk
index b8d0ace97..496928ed7 100644
--- a/keyboards/niu_mini/rules.mk
+++ b/keyboards/niu_mini/rules.mk
@@ -58,7 +58,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration
58NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 58NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
59BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 59BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
60MIDI_ENABLE = no # MIDI controls 60MIDI_ENABLE = no # MIDI controls
61AUDIO_ENABLE = yes # Audio output on port C6 61AUDIO_ENABLE = no # Audio output on port C6
62UNICODE_ENABLE = no # Unicode 62UNICODE_ENABLE = no # Unicode
63BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 63BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
64RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. 64RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.