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
Zephyr doesn't support those 8-bit devices at all,not never will.
I was wondering about the reasons for this. Is that merely for historical reasons, or by design?
Is there anything in ZMK that would prevent porting it for, say, ATmega32U4?
If somebody tried - would that be a welcome contribution?
Would a fork providing that be considered friendly?
The text was updated successfully, but these errors were encountered:
ZMK is built on the Zephyr RTOS project (the Z in ZMK), which provides hardware architecture support. ZMK itself wouldn't add support for new architectures, that question should be aimed at Zephyr (https://github.com/zephyrproject-rtos/zephyr/) instead. My unqualified impression is that AVR chips just don't have enough resources to run Zephyr, even if you got it working with 8 bit ISA.
@petejohanson states here #1110 (comment):
I was wondering about the reasons for this. Is that merely for historical reasons, or by design?
Is there anything in ZMK that would prevent porting it for, say, ATmega32U4?
If somebody tried - would that be a welcome contribution?
Would a fork providing that be considered friendly?
The text was updated successfully, but these errors were encountered: