From 53f8a4ee09c87f958bbe4f38657f6cc50421da23 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Tue, 7 Dec 2021 09:31:14 -0800 Subject: Convert Planck EZ and Moonlander to dac additive driver --- keyboards/moonlander/rules.mk | 1 + keyboards/planck/ez/rules.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/keyboards/moonlander/rules.mk b/keyboards/moonlander/rules.mk index c6f6790565..7d7a648a62 100644 --- a/keyboards/moonlander/rules.mk +++ b/keyboards/moonlander/rules.mk @@ -17,6 +17,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = yes # Audio output +AUDIO_DRIVER = dac_additive CUSTOM_MATRIX = lite SWAP_HANDS_ENABLE = yes RGB_MATRIX_ENABLE = yes diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk index 5584a90454..58557e4772 100755 --- a/keyboards/planck/ez/rules.mk +++ b/keyboards/planck/ez/rules.mk @@ -17,6 +17,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = yes # Audio output on port C6 +AUDIO_DRIVER = dac_additive RGBLIGHT_ENABLE = no ENCODER_ENABLE = yes -- cgit v1.2.3