zmk/app
Joel Spadin 1dfcfc7d3f feat(shields): Make settings_reset shield reset all settings
Added a new CONFIG_ZMK_SETTINGS_RESET_ON_START option which enables init
code to call zmk_settings_erase(), and changed the settings_reset shield
to use it instead of CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START, so it now
resets all settings instead of just clearing BLE bonds.

CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START is left in place for now in case
someone still needs it. It may be replaced in the future once we find a
better way to repair a broken split connection.
2024-03-18 09:48:19 -07:00
..
boards feat(shields): Make settings_reset shield reset all settings 2024-03-18 09:48:19 -07:00
dts feat(behaviors): hold while undecided 2024-02-20 00:25:53 -08:00
include feat: Add function to erase all settings 2024-03-18 09:48:19 -07:00
keymap-module fix(build): Properly board revision keymaps. 2024-03-08 10:58:10 -08:00
module fix(display): Tweaks to memory Kconfig settings. 2024-02-09 14:32:46 -08:00
scripts
src feat(shields): Make settings_reset shield reset all settings 2024-03-18 09:48:19 -07:00
tests chore: remove label in test 2024-02-20 00:25:53 -08:00
.gitignore
.prettierrc.js
CMakeLists.txt feat: Add function to erase all settings 2024-03-18 09:48:19 -07:00
Kconfig feat(shields): Make settings_reset shield reset all settings 2024-03-18 09:48:19 -07:00
Kconfig.behaviors refactor: remove redundant Kconfig defaults 2024-02-19 16:39:31 -08:00
core-coverage.yml
package-lock.json
package.json
prj.conf fix: Fix syscalls generation setup. 2024-02-09 14:32:46 -08:00
run-ble-test.sh feat(ble): Add security related tests. 2024-01-05 12:17:59 -08:00
run-test.sh feat(tests): Enable asserts for tests. 2024-01-14 16:19:30 -08:00
west.yml refactor: Remove explicit blocklist item. 2024-02-09 14:32:46 -08:00