Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
This commit is contained in:
parent
353a9b56e6
commit
10f33a3e48
8 changed files with 101 additions and 400 deletions
|
@ -575,6 +575,5 @@ static void switch_default_layer(uint8_t layer)
|
|||
{
|
||||
print("switch_default_layer: "); print_dec(default_layer); print(" to "); print_dec(layer); print("\n");
|
||||
default_layer_set(layer);
|
||||
overlay_clear();
|
||||
clear_keyboard();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue