diff options
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c index e197a8f80..c954ff02f 100644 --- a/common/command.c +++ b/common/command.c | |||
| @@ -573,7 +573,8 @@ static uint8_t numkey2num(uint8_t code) | |||
| 573 | 573 | ||
| 574 | static void switch_default_layer(uint8_t layer) | 574 | static void switch_default_layer(uint8_t layer) |
| 575 | { | 575 | { |
| 576 | print("switch_default_layer: "); print_dec(default_layer); print(" to "); print_dec(layer); print("\n"); | 576 | print("switch_default_layer: "); print_dec(biton32(default_layer_state)); |
| 577 | default_layer_set(layer); | 577 | default_layer_set(layer); |
| 578 | print(" to "); print_dec(biton32(default_layer_state)); print("\n"); | ||
| 578 | clear_keyboard(); | 579 | clear_keyboard(); |
| 579 | } | 580 | } |
