Remove unneeded break.

Co-authored-by: Nick Brassel <nick@tzarc.org>
master
Josef Adamčík 2020-05-18 12:42:32 +02:00 committed by GitHub
parent ac3d2a3810
commit 2f5521cd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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