fix(docs): Emphasize AMR processor incompatibility with ZMK
This commit is contained in:
parent
92e7618346
commit
b6238fa464
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@ description: |
|
|||
The SparkFun Pro Micro grew popular as a low cost ATmega32U4 board with sufficient GPIO and peripherals
|
||||
to work for many keyboard needs. Since the original Pro Micro, many pin compatible boards have appeared,
|
||||
with various changes or improvements, such as the Elite-C w/ USB-C, nice!nano with nRF52840 wireless.
|
||||
|
||||
Note: ZMK doesn't support boards with AMR 8-bit processors, such as the ATmega32U4, because Zephyr™ only
|
||||
supports 32-bit and 64-bit platforms. As a result, controllers like the SparkFun Pro Micro and the Elite-C
|
||||
are *not* supported by ZMK.
|
||||
|
|
Loading…
Reference in a new issue