1
0
Fork 0

Review fixes for layer lock feature (#24627)

This commit is contained in:
Joel Challis 2024-11-21 13:02:49 +00:00 committed by GitHub
parent 65a8a5ff69
commit 968a611476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 35 additions and 114 deletions

View file

@ -242,7 +242,7 @@ extern layer_state_t layer_state;
#ifdef LAYER_LOCK_ENABLE
# include "layer_lock.h"
#endif // LAYER_LOCK_ENABLE
#endif
void set_single_default_layer(uint8_t default_layer);
void set_single_persistent_default_layer(uint8_t default_layer);