<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/516" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-06-10T22:09:52+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/516</id>

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-06-10T22:09:52+02:00</updated>

		<published>2007-06-10T22:09:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=516&amp;p=1479#p1479</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=516&amp;p=1479#p1479"/>
		<title type="html"><![CDATA[Problems with your HIDKeys Firmware]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=516&amp;p=1479#p1479"><![CDATA[
You need avr-gcc and associated tools to compile any AVRUSB project. Since you have AVRStudio, I assume that you run Windows. I'd recommend WinAVR in this case because it's one big package with everything you need.<br /><br />To change the keys, edit the table keyReport[] in main.c. Remove the modifier (unless you want one) by replacing it with a 0 and change they key to KEY_F2 and so on.<br /><br />For more key codes see the HID usage tables for keyboards available on <!-- m --><a class="postlink" href="http://www.usb.org/developers/hidpage/">http://www.usb.org/developers/hidpage/</a><!-- m --><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Jun 10, 2007 10:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-06-10T01:41:13+02:00</updated>

		<published>2007-06-10T01:41:13+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=516&amp;p=1477#p1477</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=516&amp;p=1477#p1477"/>
		<title type="html"><![CDATA[Problems with your HIDKeys Firmware]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=516&amp;p=1477#p1477"><![CDATA[
Hi.<br /><br />I've downloaded the documents for your project &quot;HIDKeys&quot;. But now i have some problems. I've copied the &quot;main.c&quot; into my AVR Studio for assembling. Also I've copied the files which are needed for the inclution.<br />My AVR Studio has a Problem with this part of the Code:<br /><br /><div class="codebox"><p>Code: </p><pre><code>#include &lt;avr/io.h&gt;<br />#include &lt;avr/interrupt.h&gt;<br />#include &lt;avr/pgmspace.h&gt;<br />#include &lt;avr/wdt.h&gt;</code></pre></div><br /><br />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<br />ESCape<br /><br /><br /><br />I hope anybody can help me.<br />Thank you very much out there  <img class="smilies" src="./../../../images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> <br /><br />Falko Rieger<p>Statistics: Posted by Guest — Sun Jun 10, 2007 1:41 am</p><hr />
]]></content>
	</entry>
	</feed>
