diff options
author | Cole Markham <github@themarkhams.us> | 2018-04-18 23:57:24 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-19 00:57:24 -0400 |
commit | b4bdebab9a48546160465d64000724a07617054e (patch) | |
tree | 418021491d61b5c6039383d7bcdcd7d449d4dbe7 /keyboards/meira/featherble/config.h | |
parent | 3d3c093173f6e9a838671bd7484b3a11dc564c1a (diff) | |
download | qmk_firmware-b4bdebab9a48546160465d64000724a07617054e.tar.gz qmk_firmware-b4bdebab9a48546160465d64000724a07617054e.zip |
Meira updates for bluetooth and audio (#2731)
* Add audio output
* Update Miera to fix bluetooth issues, bootloader definition.
* Added keymap with audio example
* Cleanup Meira audio code
Diffstat (limited to 'keyboards/meira/featherble/config.h')
-rw-r--r-- | keyboards/meira/featherble/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/meira/featherble/config.h b/keyboards/meira/featherble/config.h index ea26bedfa0..b7cdfe8bdb 100644 --- a/keyboards/meira/featherble/config.h +++ b/keyboards/meira/featherble/config.h @@ -36,6 +36,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LED_EN_PIN D2 #define UNUSED_PINS +#define QMK_SPEAKER B5 +#define B5_AUDIO +#define AUDIO_VOICES + #define CATERINA_BOOTLOADER |