Is Arduino nano compatible with TMK firmware?
- PlacaFromHell
- Location: Argentina
- Main keyboard: IBM 3101
- Main mouse: Optical piece of shit
- Favorite switch: Beamspring
- DT Pro Member: -
I got two Arduino nano boards FOR FREE and I would like to know if they can be used for my keyboard projects. Do someone knows if it's possible to use an Arduino nano instead of a Teensy 2.0 ++ for this purpose? I know it has less pins but should be fine for what I need.
-
- Location: NC, USA
- DT Pro Member: 0117
The nano does not have a microcontroller capable of being a USB keyboard. It uses the ATmega328P along with serial USB bridge chip. The USB connector is only for power and serial communication.
Last edited by Engicoder on 29 Sep 2018, 04:07, edited 1 time in total.
- PlacaFromHell
- Location: Argentina
- Main keyboard: IBM 3101
- Main mouse: Optical piece of shit
- Favorite switch: Beamspring
- DT Pro Member: -
