diff options
| author | Amber Holly <halcyonsilver@gmail.com> | 2019-10-19 02:14:49 +0100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-10-18 18:14:49 -0700 |
| commit | b23f6011c34dcb471c312655f7af37c0a0f5f779 (patch) | |
| tree | 4bacbf412e19469f4cda38d65f2943debed2f24a /quantum | |
| parent | 1b1e0977e020b3b381f874144aed31d0664d88d2 (diff) | |
| download | qmk_firmware-b23f6011c34dcb471c312655f7af37c0a0f5f779.tar.gz qmk_firmware-b23f6011c34dcb471c312655f7af37c0a0f5f779.zip | |
Remove build option firmware size impacts (#6947)
* Update rules.mk template to remove build option size impacts
* Add rules.mk cleaning script
* Update all rules.mk files to remove build option firmware size impact messages
* Remove references to feature filesize in documentation
* Revert "Update all rules.mk files to remove build option firmware size impact messages"
This reverts commit 7cfe70976bcc223bf47c960b2e6af8596df80a32.
* Fix regex in cleanup script and exclude keymaps/ directories
* Update quantum/template/avr/rules.mk
Fixed missing tabs/spaces.
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/template/avr/rules.mk | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk index 0ed05e71b..bb2bd14f9 100644 --- a/quantum/template/avr/rules.mk +++ b/quantum/template/avr/rules.mk | |||
| @@ -23,10 +23,10 @@ BOOTLOADER = atmel-dfu | |||
| 23 | # Build Options | 23 | # Build Options |
| 24 | # change yes to no to disable | 24 | # change yes to no to disable |
| 25 | # | 25 | # |
| 26 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 26 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 27 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 27 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 28 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 28 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 29 | CONSOLE_ENABLE = yes # Console for debug(+400) | 29 | CONSOLE_ENABLE = yes # Console for debug |
| 30 | COMMAND_ENABLE = yes # Commands for debug and configuration | 30 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 31 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 31 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| @@ -34,9 +34,8 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 34 | NKRO_ENABLE = no # USB Nkey Rollover | 34 | NKRO_ENABLE = no # USB Nkey Rollover |
| 35 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 35 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 36 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 36 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 37 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | 37 | MIDI_ENABLE = no # MIDI support |
| 38 | UNICODE_ENABLE = no # Unicode | ||
| 39 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 38 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 40 | AUDIO_ENABLE = no # Audio output on port C6 | 39 | AUDIO_ENABLE = no # Audio output on port C6 |
| 41 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 40 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 42 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 41 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |
