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) |
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 b29333883e..e197a8f80a 100644 --- a/common/command.c +++ b/common/command.c @@ -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(); } |