Fix Z3.2 includes, change kconfig
This commit is contained in:
parent
7c29c35915
commit
b6814c2e29
2 changed files with 4 additions and 1 deletions
|
@ -6,5 +6,8 @@ if SHIELD_SETTINGS_RESET
|
|||
config ZMK_KEYBOARD_NAME
|
||||
default "SETTINGS RESET"
|
||||
|
||||
config ZMK_BOOTLOADER_BLE_CLEAR_BONDS
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ static uint8_t passkey_digit = 0;
|
|||
#endif /* IS_ENABLED(CONFIG_ZMK_BLE_PASSKEY_ENTRY) */
|
||||
|
||||
#if IS_ENABLED(CONFIG_ZMK_BOOTLOADER_BLE_CLEAR_BONDS)
|
||||
#include <sys/reboot.h>
|
||||
#include <zephyr/sys/reboot.h>
|
||||
#endif
|
||||
|
||||
#if IS_ENABLED(CONFIG_ZMK_SPLIT_ROLE_CENTRAL)
|
||||
|
|
Loading…
Add table
Reference in a new issue