Problems with your HIDKeys Firmware
Posted: Sun Jun 10, 2007 1:41 am
Hi.
I've downloaded the documents for your project "HIDKeys". But now i have some problems. I've copied the "main.c" into my AVR Studio for assembling. Also I've copied the files which are needed for the inclution.
My AVR Studio has a Problem with this part of the Code:
Anothe problem is, that I don't know where I can set the different keys. I would need F1, F2, F3, F4, F5, Enter, Right Shift, Left, Right, Up, Down und
ESCape
I hope anybody can help me.
Thank you very much out there
Falko Rieger
I've downloaded the documents for your project "HIDKeys". But now i have some problems. I've copied the "main.c" into my AVR Studio for assembling. Also I've copied the files which are needed for the inclution.
My AVR Studio has a Problem with this part of the Code:
Code: Select all
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <avr/wdt.h>
Anothe problem is, that I don't know where I can set the different keys. I would need F1, F2, F3, F4, F5, Enter, Right Shift, Left, Right, Up, Down und
ESCape
I hope anybody can help me.
Thank you very much out there
Falko Rieger