Skip to content

Commit

Permalink
For kinesis/kint41 keyboard, do not enter lower-power sleep mode when…
Browse files Browse the repository at this point in the history
… on the ChibiOS idle thread (qmk#23053).
  • Loading branch information
stevenbetten committed Feb 11, 2024
1 parent 45ae4de commit 6eb304c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboards/kinesis/kint41/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ ARMV = 7
BOOTLOADER = halfkay

FIRMWARE_FORMAT = hex

# Do not enter lower-power sleep mode when on the ChibiOS idle thread.
# See https://github.com/qmk/qmk_firmware/issues/23053.
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=FALSE

0 comments on commit 6eb304c

Please sign in to comment.