diff options
| -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 |
