Skip to content

Commit

Permalink
Audio_Enable, AVR template update (qmk#8901)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* revert future change

Co-authored-by: James Young <[email protected]>
Co-authored-by: Johannes <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: zvecr <[email protected]>
  • Loading branch information
5 people authored and jakobaa committed Jul 7, 2020
1 parent d07a019 commit 18a0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/template/avr/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
MIDI_ENABLE = no # MIDI support
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs

0 comments on commit 18a0372

Please sign in to comment.