Author Topic: Teensy++ TMK firmware help  (Read 1743 times)

0 Members and 1 Guest are viewing this topic.

Offline ClanK

  • Thread Starter
  • Posts: 2
  • Location: Houston TX
Teensy++ TMK firmware help
« on: Fri, 18 March 2016, 15:50:10 »
I feel like im missing something simple here.
I started out with case/plate design, spent a month making a nice 3D ergo layout,
its been printed and shapeways shipped yesterday. woot!
So while waiting on it to arrive, I thought i would start getting familiar with the TMK firmware.

Just to get the ball rolling, I compiled one of the basic keyboard layouts, and programmed
the teensy++. I know that i will have to modify to match my matrix and layout, but I just
wanted that warm fuzzy feeling of seeing a key get generated by jumping a col to a row on a
breadboard. But none of the col/row combinations send any keystrokes.

I set the correct MCU = at90usb1286 in the makefile
and thats the only change i made.
I looked in matrix to see what the cols and rows were

am i missing something obvious?

when i load the blink programs they work fine, if i load the basic button examples which
are non matrix, pin to ground, I generate keystrokes, but when I load the tmk firmware
i get no strokes.

any help would be greatly appreciated. after I complete the keyboard ill be sharing the
stl files for the case.

Thanks,

ClanK