diff options
author | Nick Brassel <nick@tzarc.org> | 2020-01-03 09:58:34 +1100 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2020-01-28 23:45:42 +1100 |
commit | 4d06d2835c87f3eed694493fb749527032a78ec2 (patch) | |
tree | bcdee649bdfa6fc26f749ff026681946610b6714 /keyboards/vinta/rules.mk | |
parent | 92c62352cf869a4099eb821b9e7d56d303bbec7b (diff) | |
download | qmk_firmware-4d06d2835c87f3eed694493fb749527032a78ec2.tar.gz |
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
Diffstat (limited to 'keyboards/vinta/rules.mk')
-rw-r--r-- | keyboards/vinta/rules.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/vinta/rules.mk b/keyboards/vinta/rules.mk index 6d9fc0da1..736509689 100644 --- a/keyboards/vinta/rules.mk +++ b/keyboards/vinta/rules.mk @@ -13,4 +13,8 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in -LAYOUTS = 65_ansi_blocker
\ No newline at end of file +LAYOUTS = 65_ansi_blocker + + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |