Remove debugging line that snuck in.
This commit is contained in:
parent
0460631729
commit
01b8b724c1
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ int zmk_keymap_layer_deactivate(u8_t layer)
|
|||
|
||||
int zmk_keymap_position_state_changed(u32_t position, bool pressed)
|
||||
{
|
||||
LOG_DBG("Searching %d layers for a binding", ZMK_KEYMAP_LAYERS_LEN);
|
||||
for (int layer = ZMK_KEYMAP_LAYERS_LEN - 1; layer >= zmk_keymap_layer_default; layer--)
|
||||
{
|
||||
if ((zmk_keymap_layer_state & BIT(layer)) == BIT(layer) || layer == zmk_keymap_layer_default)
|
||||
|
|
Loading…
Reference in a new issue