diff options
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/moonlander/rules.mk | 1 | ||||
-rwxr-xr-x | keyboards/planck/ez/rules.mk | 1 |
2 files changed, 2 insertions, 0 deletions
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 |