Search found 5 matches

by ambergrismonger
15 Aug 2015, 21:00
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 390513

I figured out my first issue and got my keyboard working! Unfortunately the fn buttons aren't working. When I press the FN1 key it registers as an 8 keypress and when I press FN2 it registers as g. Any idea what's going on here? Everything else seems to be firing right.
by ambergrismonger
15 Aug 2015, 01:42
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 390513

So, I flashed the firmware and the keyboard goes crazy firing random keys and freaking out in general. Here are all of the files that I edited. Thanks for any help!

https://gist.github.com/ambergrismonger ... 068cc09a1b
by ambergrismonger
15 Aug 2015, 01:14
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 390513

Figured it out thanks to you Shaymdev, there were supposed to be comma's after each (...) on the poker_keymap. Time to flash, cross your fingers for me!
by ambergrismonger
15 Aug 2015, 00:57
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 390513

I put semicolons where you described and I got:
keymap_poker.c:8: error: expected '}' before ';' token
make: *** [obj_gh60_lufa/keymap_poker.o] Error 1
by ambergrismonger
15 Aug 2015, 00:42
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 390513

I just built a Quark and I'm trying to compile my firmware but I am winding up with this error and I can't figure out what's wrong: keymap_poker.c:10: error: expected '}' before '{' token make: *** [obj_gh60_lufa/keymap_poker.o] Error 1 Here is my keymap_poker file: #include "keymap_common.h" const ...

Go to advanced search