Author Topic: Testing a 2x3 keyboard with Teensy 3.2 with QMK - only first column works  (Read 3444 times)

0 Members and 1 Guest are viewing this topic.

Offline TnF

  • Thread Starter
  • Posts: 2
Hello guys. I have QKM running on a teensy 3.2 with chibios connected on a 2x3 (row x columns) keyboard i made on a breadboard to get a hang of the code, but only the first column keys work.

Pins 0,1,2 are columns Pins 3, 4 are rows

I don't think it is a wiring issue since if i connect column 2 or 3 to pin 0 then those keys will work, plus i don't seem to have anything connected wrong.

Can someone have a look at my code please? https://github.com/St0RM53/Malakas

Kind regards
« Last Edit: Fri, 31 May 2019, 06:34:26 by TnF »

Offline TnF

  • Thread Starter
  • Posts: 2
ok solved it,
forgot to remove the extra return when copying the lines in static void  init_cols(void) in matrix.c ;p