You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
5.0 KiB

  1. # Compatible Microcontrollers
  2. QMK runs on any USB-capable AVR or ARM microcontroller with enough flash space - generally 32kB+ for AVR, and 64kB+ for ARM. With significant disabling of features, QMK may *just* squeeze into 16kB AVR MCUs.
  3. Features within QMK may or may not be compatible with every microcontroller.
  4. ## Atmel AVR
  5. The following use [LUFA](https://www.fourwalledcubicle.com/LUFA.php) as the USB stack:
  6. * [ATmega16U2](https://www.microchip.com/wwwproducts/en/ATmega16U2) / [ATmega32U2](https://www.microchip.com/wwwproducts/en/ATmega32U2)
  7. * [ATmega16U4](https://www.microchip.com/wwwproducts/en/ATmega16U4) / [ATmega32U4](https://www.microchip.com/wwwproducts/en/ATmega32U4)
  8. * SparkFun Pro Micro (and clones)
  9. * PJRC Teensy 2.0
  10. * Adafruit Feather 32U4
  11. * [AT90USB64](https://www.microchip.com/wwwproducts/en/AT90USB646) / [AT90USB128](https://www.microchip.com/wwwproducts/en/AT90USB1286)
  12. * PJRC Teensy++ 2.0
  13. * [AT90USB162](https://www.microchip.com/wwwproducts/en/AT90USB162)
  14. Certain MCUs which do not have native USB will use [V-USB](https://www.obdev.at/products/vusb/index.html) instead:
  15. * [ATmega32A](https://www.microchip.com/wwwproducts/en/ATmega32A)
  16. * [ATmega328P](https://www.microchip.com/wwwproducts/en/ATmega328P)
  17. * [ATmega328](https://www.microchip.com/wwwproducts/en/ATmega328)
  18. ## ARM
  19. You can also use any ARM chip with USB that [ChibiOS](https://www.chibios.org) supports. Most have plenty of flash. Known to work are:
  20. ### STMicroelectronics (STM32)
  21. * [STM32F0x2](https://www.st.com/en/microcontrollers-microprocessors/stm32f0x2.html)
  22. * [STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html)
  23. * Bluepill (with STM32duino bootloader)
  24. * [STM32F303](https://www.st.com/en/microcontrollers-microprocessors/stm32f303.html)
  25. * QMK Proton-C
  26. * [STM32F401](https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html)
  27. * WeAct Blackpill
  28. * [STM32F405](https://www.st.com/en/microcontrollers-microprocessors/stm32f405-415.html)
  29. * [STM32F407](https://www.st.com/en/microcontrollers-microprocessors/stm32f407-417.html)
  30. * [STM32F411](https://www.st.com/en/microcontrollers-microprocessors/stm32f411.html)
  31. * WeAct Blackpill
  32. * [STM32F446](https://www.st.com/en/microcontrollers-microprocessors/stm32f446.html)
  33. * [STM32G431](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x1.html)
  34. * [STM32G474](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x4.html)
  35. * [STM32L412](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html)
  36. * [STM32L422](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html)
  37. * [STM32L432](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html)
  38. * [STM32L433](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x3.html)
  39. * [STM32L442](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html)
  40. * [STM32L443](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x3.html)
  41. ### WestBerryTech (WB32)
  42. * [WB32F3G71xx](http://www.westberrytech.com)
  43. * [WB32FQ95xx](http://www.westberrytech.com)
  44. ### NXP (Kinetis)
  45. * [MKL26Z64](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/kl-series-cortex-m0-plus/kinetis-kl2x-72-96-mhz-usb-ultra-low-power-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KL2x)
  46. * PJRC Teensy LC
  47. * [MK20DX128](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/k-series-cortex-m4/k2x-usb/kinetis-k20-50-mhz-full-speed-usb-mixed-signal-integration-microcontrollers-based-on-arm-cortex-m4-core:K20_50)
  48. * [MK20DX256](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/k-series-cortex-m4/k2x-usb/kinetis-k20-72-mhz-full-speed-usb-mixed-signal-integration-microcontrollers-mcus-based-on-arm-cortex-m4-core:K20_72)
  49. * PJRC Teensy 3.2
  50. * [MK66FX1M0](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/k-series-cortex-m4/k6x-ethernet/kinetis-k66-180-mhz-dual-high-speed-full-speed-usbs-2mb-flash-microcontrollers-mcus-based-on-arm-cortex-m4-core:K66_180)
  51. * PJRC Teensy 3.6
  52. ## Atmel ATSAM
  53. There is limited support for one of Atmel's ATSAM microcontrollers, that being the [ATSAMD51J18A](https://www.microchip.com/wwwproducts/en/ATSAMD51J18A) used by the [Massdrop keyboards](https://github.com/qmk/qmk_firmware/tree/master/keyboards/massdrop). However, it is not recommended to design a board with this microcontroller as the support is quite specialized to Massdrop hardware.
  54. ## RISC-V
  55. ### GigaDevice
  56. [ChibiOS-Contrib](https://github.com/ChibiOS/ChibiOS-Contrib) has support for the GigaDevice [GD32VF103 series](https://www.gigadevice.com/products/microcontrollers/gd32/risc-v/mainstream-line/gd32vf103-series/) microcontrollers and provides configurations for the [SiPeed Longan Nano](https://longan.sipeed.com/en/) development board that uses this microcontroller. It is largely pin and feature compatible with STM32F103 and STM32F303 microcontrollers.