Browse Source

Remove unneeded break.

Co-authored-by: Nick Brassel <nick@tzarc.org>
pull/8970/head
Josef Adamčík 4 years ago
committed by GitHub
parent
commit
ac3d2a3810
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      keyboards/sofle/keymaps/default/keymap.c

+ 0
- 2
keyboards/sofle/keymaps/default/keymap.c View File

@ -217,7 +217,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
set_single_persistent_default_layer(_QWERTY);
}
return false;
break;
case KC_COLEMAK:
if (record->event.pressed) {
set_single_persistent_default_layer(_COLEMAK);
@ -398,4 +397,3 @@ void encoder_update_user(uint8_t index, bool clockwise) {
}
#endif

Loading…
Cancel
Save