diff options
author | Drashna Jaelre <drashna@live.com> | 2021-12-29 06:14:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 06:14:48 -0800 |
commit | 906108fb486797ab2f3eb7c3a6f70e099c1199e6 (patch) | |
tree | a5cf602f98240f941677c4b27ce0865b08f2cffd /keyboards/moonlander/rules.mk | |
parent | bdce7c8d4a7dc067c31e7115efc1c8caa1bc74bf (diff) |
[Keyboard] Update to ZSA Keyboards (#15644)
Diffstat (limited to 'keyboards/moonlander/rules.mk')
-rw-r--r-- | keyboards/moonlander/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/moonlander/rules.mk b/keyboards/moonlander/rules.mk index 01994ba93a..72682d29b1 100644 --- a/keyboards/moonlander/rules.mk +++ b/keyboards/moonlander/rules.mk @@ -16,6 +16,7 @@ NKRO_ENABLE = yes # Enable N-Key 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 @@ -25,3 +26,5 @@ EEPROM_DRIVER = i2c #project specific files SRC += matrix.c QUANTUM_LIB_SRC += i2c_master.c + +MOUSE_SHARED_EP = no |