diff options
author | JohSchneider <JohSchneider@googlemail.com> | 2020-05-01 20:30:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 21:30:12 +0100 |
commit | ddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f (patch) | |
tree | 2e54faaf6bd5b5e13d896d18dd258fa8b877097e | |
parent | f7324ec68494026c27b9c4af4b34bf4a98d2c75b (diff) | |
download | qmk_firmware-ddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f.tar.gz qmk_firmware-ddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f.zip |
Audio_Enable, AVR template update (#8901)
* Branch point for 2020 May 30 Breaking Change
* audio-configuration: template: audio_avr.c does NOT default to C6
not on its own, it needs a pin configured per define in config.h for audio to actually work
otherwise only parts of the code are included in the firmware, wasting space and possibly breaking builds because auf hitting the firmware-size limits
* audio-configuration: strip comment to bare essentials
Co-Authored-By: Ryan <fauxpark@gmail.com>
* revert future change
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Johannes <you@example.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
-rw-r--r-- | quantum/template/avr/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk index 405348421..2ea91a301 100644 --- a/quantum/template/avr/rules.mk +++ b/quantum/template/avr/rules.mk | |||
@@ -27,6 +27,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | 28 | MIDI_ENABLE = no # MIDI support |
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output |
31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | 32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |