mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
8 lines
203 B
C
8 lines
203 B
C
|
// Copyright 2023 Nick Brassel (@tzarc)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#ifndef CORTEX_ENABLE_WFI_IDLE
|
||
|
# define CORTEX_ENABLE_WFI_IDLE TRUE
|
||
|
#endif // CORTEX_ENABLE_WFI_IDLE
|