AVR USB Hidkeys Keyboard to Mouse

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
question

AVR USB Hidkeys Keyboard to Mouse

Post by question » Thu Apr 19, 2007 8:10 pm

Hi, I'm new to this and I've been looking at the code. I'm wondering if anyone has any starting suggestions for using the code for a mouse implementation. I've already built together a report descriptor format, which I think will work.

ksz
Rank 1
Rank 1
Posts: 26
Joined: Tue Jan 09, 2007 9:10 pm
Location: Poland

Re: AVR USB Hidkeys Keyboard to Mouse

Post by ksz » Sun May 06, 2007 1:20 pm

question wrote:Hi, I'm new to this and I've been looking at the code. I'm wondering if anyone has any starting suggestions for using the code for a mouse implementation. I've already built together a report descriptor format, which I think will work.


Here's my buttons based 'mouse':
http://szczuka.eu/avr/mouse-buttons/
And some info on this forum:
http://forums.obdev.at/viewtopic.php?t=145

Post Reply