data-niklas / gestures

Gesture recognition in C
MIT License
2 stars 2 forks source link

QMK/Arduino compatibility ? #2

Open drhisham-code opened 3 years ago

drhisham-code commented 3 years ago

QMK is an opensource keyboard firmware for AVR/ARM that has some support for mouse coordinates, can this library run on the limited memory and processor capacity of such boards ?

data-niklas commented 3 years ago

I don't know the limitations of QMK, but because this is a quite simple C implementation, it will probably run on these boards (especially if the list would be optimized)