You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling a split keyboard with haptic module only on the primary side, i.e. HAPTIC_ENABLE is defined, but SPLIT_HAPTIC_ENABLE isn't, the following error is thrown:
The fix is definitely present in the code, but currently only in the develop branch. It will be available in the master branch after the next round of breaking changes, scheduled for May 28, 2023.
Oh, I see, great! And sorry then! I'm not very familiar with the codebase, was just looking for a quick fix to my problem.
I assume I can close the issue then 😊
Describe the Bug
When compiling a split keyboard with haptic module only on the primary side, i.e.
HAPTIC_ENABLE
is defined, butSPLIT_HAPTIC_ENABLE
isn't, the following error is thrown:I believe this is a consequence of the fix in #20411 being reverted for some reason. See https://github.com/qmk/qmk_firmware/blob/master/quantum/split_common/transport.h#L203-L205, which reads
If I'm not mistaken, it should be
Edit: When compiling with both disabled, no error is thrown:
Keyboard Used
[custom]
Link to product page (if applicable)
No response
Operating System
Void Linux
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
none
Additional Context
No response
The text was updated successfully, but these errors were encountered: