[qmk] key override signature change in latest qmk #361
-
Currently the miryoku_qmk fork seems to be behind the main qmk repo. I ran into a few issues when using an external userspace with latest qmk to compile miryoku. I've not seen this mentioned elsewhere so I'll leave this here if anyone runs into the same issue. The 2024 August 25 qmk release has a breaking change which affects /users/manna-harbour_miryoku/manna-harbour_miryoku.c#L56-L59 The fix is simple and provided in the changelong. In the above file change:
to:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks, I'll add this to #287. |
Beta Was this translation helpful? Give feedback.
-
Would like to add to this saying that another change is also required now. // Prevent normal rollover on alphas from accidentally triggering mods.
// #define IGNORE_MOD_TAP_INTERRUPT |
Beta Was this translation helpful? Give feedback.
Thanks, I'll add this to #287.