Skip to content

Commit

Permalink
Init eeconfig before reading handedness (#17256)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored Jun 20, 2022
1 parent 36d6076 commit 62eaec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/split_common/split_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ void split_pre_init(void) {
#if defined(SPLIT_HAND_PIN)
setPinInput(SPLIT_HAND_PIN);
wait_us(100);
#elif defined(EE_HANDS)
if (!eeconfig_is_enabled()) {
eeconfig_init();
}
#endif
isLeftHand = is_keyboard_left();

Expand Down

0 comments on commit 62eaec5

Please sign in to comment.