Skip to content

Commit

Permalink
fix zmk_keymap_layer_activate
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromao committed Oct 7, 2023
1 parent b88adfb commit aad67e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/behaviors/behavior_caps_word.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static void activate_caps_word(const struct device *dev) {
const struct behavior_caps_word_config *config = dev->config;

if (config->layers > -1) {
zmk_keymap_layer_activate(config->layers);
zmk_keymap_layer_activate(config->layers, false);
}
data->active = true;
}
Expand Down

0 comments on commit aad67e2

Please sign in to comment.