PiSupply / Flick

Resources for the Flick range of boards and cases
https://pisupp.ly/flick1
66 stars 26 forks source link

HID mouse / keyboard interface emulator driver for Windows/Mac #3

Open shawaj opened 7 years ago

shawaj commented 7 years ago

As above, a driver for Windows/Mac OS using an I2C to USB bridge that lets you connect Flick over I2C and control the mouse and some additional KB events.

tvoverbeek commented 7 years ago

Instead of an I2C to USB bridge probably easier to take something like an ATmega32u4 to emulate a USB keyboard/mouse. Would also be an option for Linux

shawaj commented 7 years ago

Yeah that sounds like a great idea too. Only reason I suggested USB to i2c is because I believe a driver already exists for that that could be tweaked