Search found 7 matches

by trey1901
13 Jan 2019, 15:36
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 406255

Re: How to build your very own keyboard firmware


I bet you are missing a , there in keymap_common.h and maybe even a closed } .. try to start over from the working example maybe and watch out not to remove the , and { () } structure..

kr, tent


thanks i was able to get it to compile but im just getting random strings of letters from only ...
by trey1901
12 Jan 2019, 09:44
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 220109

Re: TMK keyboard firmware collection


well i got it to compile, but it doesnt type just random stings of letters and shit.

if someone would like to look at my files and maybe see if they can tell that'd be great cause im sorta at a loss.

config
#ifndef CONFIG_H
#define CONFIG_H


/* USB Device descriptor parameter */
#define ...
by trey1901
12 Jan 2019, 08:11
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 220109

Re: TMK keyboard firmware collection

well i got it to compile, but it doesnt type just random stings of letters and shit.
by trey1901
12 Jan 2019, 08:01
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 220109

Re: TMK keyboard firmware collection


Parameters of KEYMAP in your poker.c doesn't match for keymap common.
Check fourth line and the last(fifth) line of your KEYMAP().


okay now i seem to get an error about my matrix file
atrix.o.d matrix.c -o obj_gh60_lufa/matrix.o
matrix.c: In function 'read_cols':
matrix.c:128:41: error ...
by trey1901
12 Jan 2019, 05:37
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 220109

Re: TMK keyboard firmware collection

was able to fix some errors still need some help here are current error codes, posted in another forum this one was linked there and seemed more active!

Trey@GHOST MINGW64 ~/qmk_firmware/tmk_keyboard-master/keyboard/gh60
$ make -f Makefile


avr-gcc.exe (AVR_8_bit_GNU_Toolchain_3.6.1_1752) 5.4.0 ...
by trey1901
12 Jan 2019, 05:06
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 406255

Re: How to build your very own keyboard firmware


Was wondering if i could get some help trying to compile getting this error message
mkdir -p obj_gh60_lufa
Compiling C: keymap_poker.c
avr-gcc -c -mmcu=at90usb1287 -gdwarf-2 -DF_CPU=16000000UL -DINTERRUPT_CONTROL_ENDPOINT -DBOOTLOADER_SIZE=4096 -DF_USB=16000000UL -DARCH=ARCH_AVR8 -DUSB_DEVICE ...
by trey1901
12 Jan 2019, 03:03
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 406255

Re: How to build your very own keyboard firmware

Was wondering if i could get some help trying to compile getting this error message
mkdir -p obj_gh60_lufa
Compiling C: keymap_poker.c
avr-gcc -c -mmcu=at90usb1287 -gdwarf-2 -DF_CPU=16000000UL -DINTERRUPT_CONTROL_ENDPOINT -DBOOTLOADER_SIZE=4096 -DF_USB=16000000UL -DARCH=ARCH_AVR8 -DUSB_DEVICE_ONLY ...

Go to advanced search