mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-06 16:02:04 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
103df1106b
@ -135,6 +135,10 @@ void split_pre_init(void) {
|
|||||||
#if defined(SPLIT_HAND_PIN)
|
#if defined(SPLIT_HAND_PIN)
|
||||||
setPinInput(SPLIT_HAND_PIN);
|
setPinInput(SPLIT_HAND_PIN);
|
||||||
wait_us(100);
|
wait_us(100);
|
||||||
|
#elif defined(EE_HANDS)
|
||||||
|
if (!eeconfig_is_enabled()) {
|
||||||
|
eeconfig_init();
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
isLeftHand = is_keyboard_left();
|
isLeftHand = is_keyboard_left();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user