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) | |
| download | qmk_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.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 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 | |||
| 58 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 58 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 59 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 59 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 60 | MIDI_ENABLE = no # MIDI controls | 60 | MIDI_ENABLE = no # MIDI controls |
| 61 | AUDIO_ENABLE = yes # Audio output on port C6 | 61 | AUDIO_ENABLE = no # Audio output on port C6 |
| 62 | UNICODE_ENABLE = no # Unicode | 62 | UNICODE_ENABLE = no # Unicode |
| 63 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 63 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 64 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | 64 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |
