diff options
author | Drashna Jael're <drashna@live.com> | 2021-12-07 09:31:14 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-12-07 09:31:14 -0800 |
commit | 53f8a4ee09c87f958bbe4f38657f6cc50421da23 (patch) | |
tree | b71751da4be99df8b4f84d1dacb91c532600a9d4 /keyboards/planck/ez/rules.mk | |
parent | 7c18b1c9d3d968ded45e072af3483547c3ec7859 (diff) |
Convert Planck EZ and Moonlander to dac additive driver
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
-rwxr-xr-x | keyboards/planck/ez/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |