~ruther/qmk_firmware

ref: f466fb8bc15bf08fcb33c9f38fd4d3c488d6b0b9 qmk_firmware/platforms/chibios/config.h -rw-r--r-- 203 bytes
f466fb8b — Duncan Sutherland Minor amendment to `bcat` userspace to prevent build failure (#21205) 2 years ago
                                                                                
1
2
3
4
5
6
7
// 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