feat(core): enable FPU if CPU has FPU

This commit is contained in:
Xudong Zheng 2023-11-23 17:21:45 -05:00
parent 3027b2a6e8
commit 78ba82b814

View file

@ -541,6 +541,9 @@ config REBOOT
config USB_DEVICE_STACK
default y if HAS_HW_NRF_USBD
config FPU
default CPU_HAS_FPU
config ZMK_WPM
bool "Calculate WPM"
default n