Skip to content

Commit

Permalink
Remove unneeded break.
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <nick@tzarc.org>
  • Loading branch information
josefadamcik and tzarc committed May 18, 2020
1 parent ac3d2a3 commit 2f5521c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/sofle/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
set_single_persistent_default_layer(_COLEMAK);
}
return false;
break;
case KC_LOWER:
if (record->event.pressed) {
layer_on(_LOWER);
Expand Down

0 comments on commit 2f5521c

Please sign in to comment.