mirror of
https://github.com/qmk/qmk_firmware
synced 2025-12-04 16:25:39 -05:00
Page:
Compatible Microcontrollers
Pages
Adding features to QMK
Becoming a QMK Collaborator
Build Environment Setup
Compatible Microcontrollers
Custom Quantum Functions
Differences from TMK
Eclipse
Embedding
FAQ Build
FAQ Keymap
FAQ
Git subtree
HHKB Alt controller
Home
Key Functions
Keycodes
Keymap examples
Keymap
Leader Key
License Clarification Details
License Clarification
Macros
Make Instructions
Memory write error, use debug for more info
Modding your keyboard
Mouse keys
Other Projects
Porting Your Keyboard to QMK (ARM and other ChibiOS CPUs)
Porting your keyboard to QMK
QMK Overview
README
Report Descriptor
Space Cadet Shift
TMK Based Projects
TMK Own Projects
Tap Dance
USB HID
Unicode and additional language support
Unit testing
mbed cortex porting
No results
8
Compatible Microcontrollers
skullydazed edited this page 2017-04-11 06:56:12 -07:00
Atmel AVR
QMK should run on any Atmel AVR processor with enough Flash. It has been tested on the following:
- ATmega32U4 (PJRC Teensy 2.0)
- AT90USB1286 (PJRC Teensy++ 2.0)
- AT90USB1287 (Atmel USBKEY)
- ATmega168P with using V-USB
- ATmega328P with using V-USB
- ATmega32U2
- AT90USB1286, 646, 647 should work
- AT90USB162 testing...
NOTE: To enable full features of firmware you'll need 32KB flash size.
Please add any tested microcontrollers to this list.
ARM
You can also use any ARM processor that ChibiOS supports. The following processors have been tested:
- Wiki Home
- Getting started
- Overview for keymap creators
- Keycodes
- Layer switching
- Leader Key
- Macros
- Space Cadet
- Tap Dance
- Mouse keys
- FAQ: Creating a Keymap
- FAQ: Compiling QMK
- For hardware makers and modders
- General FAQ