diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-22 06:58:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-22 06:58:28 +0000 |
commit | 931bf52b74b2f1d205e37b98f900a3ed10ef4a00 (patch) | |
tree | 9012c5e0cb940c99100f9da6ff63b7d8d6534b2c /keyboards/nack/rules.mk | |
parent | b5a1db9c05a9b2d7e3883501dc1f900c22ea5d1c (diff) | |
parent | a400681ccf56b41a4badece43f73939329a1fe47 (diff) | |
download | qmk_firmware-931bf52b74b2f1d205e37b98f900a3ed10ef4a00.tar.gz qmk_firmware-931bf52b74b2f1d205e37b98f900a3ed10ef4a00.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nack/rules.mk')
-rw-r--r-- | keyboards/nack/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nack/rules.mk b/keyboards/nack/rules.mk index 35e9440695..f8b7d4d39b 100644 --- a/keyboards/nack/rules.mk +++ b/keyboards/nack/rules.mk @@ -24,5 +24,5 @@ AUDIO_ENABLE = yes # Audio output RGB_MATRIX_ENABLE = yes RGB_MATRIX_DRIVER = WS2812 WS2812_DRIVER = spi -AUDIO_DRIVER = dac_additive # How to drive the 2 speakers +AUDIO_DRIVER = dac_basic # How to drive the 2 speakers UNICODE_ENABLE = yes # Unicode support |