diff options
| author | moyi4681 <moyi4681@users.noreply.github.com> | 2019-04-26 21:54:44 +0800 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-26 06:54:44 -0700 |
| commit | 5c302fad215f4488e6f4f0bb5d7088f573fe0d56 (patch) | |
| tree | 992d9054227193004cd75826c4f60bb8b0c8bab0 | |
| parent | 4322c7177168c6622a891bfb14ad4c969e3f8be9 (diff) | |
| download | qmk_firmware-5c302fad215f4488e6f4f0bb5d7088f573fe0d56.tar.gz qmk_firmware-5c302fad215f4488e6f4f0bb5d7088f573fe0d56.zip | |
Update rules.mk (#5710)
| -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 | |||
| 33 | # OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000 | 33 | # OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000 |
| 34 | OPT_DEFS = | 34 | OPT_DEFS = |
| 35 | 35 | ||
| 36 | # Do not put the microcontroller into power saving mode | ||
| 37 | # when we get USB suspend event. We want it to keep updating | ||
| 38 | # backlight effects. | ||
| 39 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | ||
| 40 | |||
| 41 | # Options to pass to dfu-util when flashing | 36 | # Options to pass to dfu-util when flashing |
| 42 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 37 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 43 | 38 | ||
| 44 | # Build Options | 39 | |
| 45 | # comment out to disable the options. | ||
| 46 | # | ||
| 47 | BACKLIGHT_ENABLE = no | 40 | BACKLIGHT_ENABLE = no |
| 48 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 41 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 49 | MOUSEKEY_ENABLE = yes # Mouse keys | 42 | MOUSEKEY_ENABLE = yes # Mouse keys |
