diff options
| author | tmk <nobody@nowhere> | 2013-03-31 22:47:19 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-31 22:47:19 +0900 |
| commit | 10f33a3e484e24065ed5eaab1c56c35156bace89 (patch) | |
| tree | 8b938962644ad2d04261655bc9487984e86e4996 /common/command.c | |
| parent | 353a9b56e6caee853d3f808d2bfedf07056b4518 (diff) | |
| download | qmk_firmware-10f33a3e484e24065ed5eaab1c56c35156bace89.tar.gz qmk_firmware-10f33a3e484e24065ed5eaab1c56c35156bace89.zip | |
Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c index b29333883..e197a8f80 100644 --- a/common/command.c +++ b/common/command.c | |||
| @@ -575,6 +575,5 @@ 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(default_layer); print(" to "); print_dec(layer); print("\n"); |
| 577 | default_layer_set(layer); | 577 | default_layer_set(layer); |
| 578 | overlay_clear(); | ||
| 579 | clear_keyboard(); | 578 | clear_keyboard(); |
| 580 | } | 579 | } |
