diff options
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
-rw-r--r-- | keyboards/planck/ez/rules.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk index 9da538da6..61d3eb4d4 100644 --- a/keyboards/planck/ez/rules.mk +++ b/keyboards/planck/ez/rules.mk | |||
@@ -11,10 +11,11 @@ BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | |||
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | 14 | COMMAND_ENABLE = yes # Commands for debug and configuration |
15 | NKRO_ENABLE = yes # Enable N-Key Rollover | 15 | NKRO_ENABLE = yes # Enable N-Key Rollover |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | AUDIO_ENABLE = yes # Audio output | 17 | AUDIO_ENABLE = yes # Audio output |
18 | AUDIO_DRIVER = dac_additive | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 19 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
19 | 20 | ||
20 | ENCODER_ENABLE = yes | 21 | ENCODER_ENABLE = yes |
@@ -26,3 +27,5 @@ LAYOUTS_HAS_RGB = no | |||
26 | RGB_MATRIX_SUPPORTED = yes | 27 | RGB_MATRIX_SUPPORTED = yes |
27 | RGBLIGHT_SUPPORTED = no | 28 | RGBLIGHT_SUPPORTED = no |
28 | BAKCLIGHT_SUPPORTED = no | 29 | BAKCLIGHT_SUPPORTED = no |
30 | |||
31 | MOUSE_SHARED_EP = no | ||