forked from mirrors/qmk_userspace
Refine ACT_LAYER and ACT_LAYER_TAP
- Remove ACT_LAYER_BITOP
This commit is contained in:
parent
10f33a3e48
commit
cc8e66754b
8 changed files with 268 additions and 320 deletions
|
@ -573,7 +573,8 @@ static uint8_t numkey2num(uint8_t code)
|
|||
|
||||
static void switch_default_layer(uint8_t layer)
|
||||
{
|
||||
print("switch_default_layer: "); print_dec(default_layer); print(" to "); print_dec(layer); print("\n");
|
||||
print("switch_default_layer: "); print_dec(biton32(default_layer_state));
|
||||
default_layer_set(layer);
|
||||
print(" to "); print_dec(biton32(default_layer_state)); print("\n");
|
||||
clear_keyboard();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue