mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 09:55:48 +00:00
Remove unneeded break.
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
1786490993
commit
ac3d2a3810
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue