forked from kofal.net/zmk
refactor(settings): Only load used subtrees
This commit is contained in:
committed by
Pete Johanson
parent
b5e17e3b0f
commit
69d48c5715
@@ -166,7 +166,7 @@ static int zmk_endpoints_init(const struct device *_arg) {
|
||||
return err;
|
||||
}
|
||||
|
||||
settings_load();
|
||||
settings_load_subtree("endpoints");
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user