Fix Z3.2 includes, change kconfig

This commit is contained in:
ReFil 2023-05-30 18:20:54 +01:00
parent 7c29c35915
commit b6814c2e29
2 changed files with 4 additions and 1 deletions

View file

@ -6,5 +6,8 @@ if SHIELD_SETTINGS_RESET
config ZMK_KEYBOARD_NAME config ZMK_KEYBOARD_NAME
default "SETTINGS RESET" default "SETTINGS RESET"
config ZMK_BOOTLOADER_BLE_CLEAR_BONDS
default y
endif endif

View file

@ -48,7 +48,7 @@ static uint8_t passkey_digit = 0;
#endif /* IS_ENABLED(CONFIG_ZMK_BLE_PASSKEY_ENTRY) */ #endif /* IS_ENABLED(CONFIG_ZMK_BLE_PASSKEY_ENTRY) */
#if IS_ENABLED(CONFIG_ZMK_BOOTLOADER_BLE_CLEAR_BONDS) #if IS_ENABLED(CONFIG_ZMK_BOOTLOADER_BLE_CLEAR_BONDS)
#include <sys/reboot.h> #include <zephyr/sys/reboot.h>
#endif #endif
#if IS_ENABLED(CONFIG_ZMK_SPLIT_ROLE_CENTRAL) #if IS_ENABLED(CONFIG_ZMK_SPLIT_ROLE_CENTRAL)