qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.28k stars 39.38k forks source link

Board Compatibility #1242

Closed whitef0x0 closed 7 years ago

whitef0x0 commented 7 years ago

What chipsets/dev boards are compatible with QMK? Just AVR boards?

Is it possible to use something like the Teensy 3.2 with qmk?

skullydazed commented 7 years ago

Besides AVR we support anything that ChibiOS supports, here's a list of everything we've tested with so far: https://github.com/qmk/qmk_firmware/wiki/Compatible-Microcontrollers

Take a look at the chibios_test keyboard which I believe supports one of the arm teensy's: https://github.com/qmk/qmk_firmware/tree/master/keyboards/chibios_test

skullydazed commented 7 years ago

I'm closing this to clean up our open issues, but if you still have questions @whitef0x0 please reopen this or open a new issue.