feat(core): enable FPU if CPU has FPU

This commit is contained in:
Xudong Zheng 2023-11-23 17:21:45 -05:00 committed by Pete Johanson
parent 0755b7a64c
commit 4a5806ac73

View File

@ -606,6 +606,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