summaryrefslogtreecommitdiff
path: root/keyboards/planck/ez/rules.mk
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2021-12-17 20:42:50 -0800
committerDrashna Jael're <drashna@live.com>2021-12-17 20:42:50 -0800
commiteff2efbe2712cb3a3a26a514cda52c2a90ed3d39 (patch)
tree6ec51a0dc277f287e9f88ff5b41e5cfbf73dc38f /keyboards/planck/ez/rules.mk
parentfe8a53b09720b33ada9363f4a5abad82022ca967 (diff)
parentd8a98aeaf2fb92a5d92a97ed41af5c93cd8480b1 (diff)
Merge remote-tracking branch 'qmk/master' into firmware21
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
-rwxr-xr-xkeyboards/planck/ez/rules.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk
index 58557e4772..f952a8afd4 100755
--- a/keyboards/planck/ez/rules.mk
+++ b/keyboards/planck/ez/rules.mk
@@ -5,18 +5,16 @@ MCU = STM32F303
BOOTLOADER = stm32-dfu
# Build Options
-
-# change to "no" to disable the options, or define them in the Makefile in
-# the appropriate keymap folder that will get included automatically
+# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-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
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+AUDIO_ENABLE = yes # Audio output
AUDIO_DRIVER = dac_additive
RGBLIGHT_ENABLE = no