Remove unneeded break.

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Josef Adamčík 2020-05-18 12:42:17 +02:00 committed by GitHub
parent 1786490993
commit ac3d2a3810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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