diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2019-04-18 23:58:38 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-18 21:58:38 -0700 |
commit | 74af596d8ac0e1ee5f308f520b22831ca32f0339 (patch) | |
tree | 4fabb5b14ad63e5d254573a264b8549deed41ef0 | |
parent | 8aee82e8b4d8108d8a9a56f8fd61ae1281ee4165 (diff) |
[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.mk | 1 | ||||
-rw-r--r-- | keyboards/niu_mini/rules.mk | 2 |
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 e69de29bb2..8b13789179 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 b8d0ace97a..496928ed70 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 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. |