Search found 7 matches

by miguel
23 May 2016, 04:15
Forum: Workshop
Topic: TMK code help please!
Replies: 10
Views: 7069

Okay, checked my code, realized I had ports F initialized in the columns function even though they weren't functions. when I tried to compile this time, I got this strange message:



matrix.c: In function 'read_cols':
matrix.c:165:5: warning: left shift count >= width of type [enabled by default ...
by miguel
22 May 2016, 18:48
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 409402

Sorry Ray, and everyone else. Should I delete my post here then? Apologies again for being such a noob.
by miguel
22 May 2016, 18:47
Forum: Workshop
Topic: TMK code help please!
Replies: 10
Views: 7069

Thank you so much!!! It successfully compiled!!!! Now I ran into a different problem: I uploaded it to my controller but when I plugged it in to my computer a whole bunch of random key began to go off but only for about 10 seconds, then it stopped.

Side note: Is there anywhere I can find ...
by miguel
22 May 2016, 05:50
Forum: Workshop
Topic: TMK code help please!
Replies: 10
Views: 7069

Hey, I received a very similar error message while compiling my code as well. I am so confused(I am very new to this sort of thing) and was wondering if this problem was ever solved. Thanks!

Here's my code and error:


Error:
C:\Users\Miguel\Desktop\tmk_keyboard-master\keyboard\gh60>make -f ...
by miguel
22 May 2016, 05:18
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 409402

Here is the error message I get when I try to compile(Big shoutout to everyone here for helping me out and being so friendly, and apologies to everyone for being a beginner):

C:\Users\Miguel\Desktop\tmk_keyboard-master\keyboard\gh60>make -f Makefile

-------- begin --------
avr-gcc (GCC) 4.8.2 ...
by miguel
21 May 2016, 05:47
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 409402

I like to go vanilla with installations, so:

1) Installed cygwin (one package to select on top of the 'recommended' installation is make ; I also installed git). This is really an installer. After installation, the "Cygwin64 Terminal" icon drops one into a familiar shell (oh the relief...)

2 ...
by miguel
20 May 2016, 19:10
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 409402

Hey, I created my own keyboard for the first time (10 keyless), but am having trouble with the very last step of the coding. I cant seem to run the Makefile, I always get an error saying "avr-gcc.exe- Application error 'The application was unable to start correctly (0xc0000142). Click OK to close ...

Go to advanced search