diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2019-04-26 15:54:44 +0200 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-26 15:54:44 +0200 |
commit | 5c302fad215f4488e6f4f0bb5d7088f573fe0d56 (patch) | |
tree | 992d9054227193004cd75826c4f60bb8b0c8bab0 /keyboards/dztech/dz60rgb | |
parent | 4322c7177168c6622a891bfb14ad4c969e3f8be9 (diff) | |
download | qmk_firmware-5c302fad215f4488e6f4f0bb5d7088f573fe0d56.tar.gz qmk_firmware-5c302fad215f4488e6f4f0bb5d7088f573fe0d56.tar.xz |
Update rules.mk (#5710)
Diffstat (limited to 'keyboards/dztech/dz60rgb')
-rw-r--r-- | keyboards/dztech/dz60rgb/rules.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/dztech/dz60rgb/rules.mk b/keyboards/dztech/dz60rgb/rules.mk index cf89c4949..98e95c88d 100644 --- a/keyboards/dztech/dz60rgb/rules.mk +++ b/keyboards/dztech/dz60rgb/rules.mk @@ -33,17 +33,10 @@ USE_FPU = yes # OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000 OPT_DEFS = -# Do not put the microcontroller into power saving mode -# when we get USB suspend event. We want it to keep updating -# backlight effects. -OPT_DEFS += -DNO_SUSPEND_POWER_DOWN - # Options to pass to dfu-util when flashing DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave -# Build Options -# comment out to disable the options. -# + BACKLIGHT_ENABLE = no BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys |