jacereda
jacereda
I don't have any box running macOS anymore. Maybe compiling with `-arch arm64e` does the trick?
Something like `make CFLAGS="-arch arm64e"`.
Maybe the same flags must be passed to the linker? `make CFLAGS="-arch arm64e" LDFLAGS="-arch arm64e"`
I've pushed a change to acknowledge the passed `LDFLAGS`.
Yes, unfortunately I no longer have machines running macOS. I wonder if something like https://github.com/e-dant/watcher or the alternatives listed there could be a better replacement for fsatrace. Have you evaluated...
I see... Looks like a big change, but given that `ZoneEvent` wastes space due to alignment, could it be changed to use something like this that would take the same...
Understood. I wouldn't mind those per-thread allocations if that meant we could have more zones, but we'll try to reduce the amount of zones. However, I'm not sure I understood...
I only tried Layer Shift, but it also fails with Enter and Backspace. I also have a Chocofi with pretty much the same configuration and also suffers from the same...
Same issue in qmk: https://github.com/qmk/qmk_firmware/issues/24741
I'm afraid I won't have much time, feel free to cherry-pick anything you consider or create the upstream PR. As for packaging for Guix, I'm not an expert but I...