]> git.donarmstrong.com Git - qmk_firmware.git/commit
Remove build option firmware size impacts (#6947)
authorAmber Holly <halcyonsilver@gmail.com>
Sat, 19 Oct 2019 01:14:49 +0000 (02:14 +0100)
committerDrashna Jaelre <drashna@live.com>
Sat, 19 Oct 2019 01:14:49 +0000 (18:14 -0700)
commitb23f6011c34dcb471c312655f7af37c0a0f5f779
tree4bacbf412e19469f4cda38d65f2943debed2f24a
parent1b1e0977e020b3b381f874144aed31d0664d88d2
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>
docs/config_options.md
docs/feature_hd44780.md
docs/feature_terminal.md
docs/getting_started_make_guide.md
quantum/template/avr/rules.mk
util/rules_cleaner.sh [new file with mode: 0755]