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
2f5521cd48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      keyboards/sofle/keymaps/default/keymap.c

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

@ -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);


Loading…
Cancel
Save