geekhack
geekhack Projects => Making Stuff Together! => Topic started by: TnF on Fri, 31 May 2019, 04:57:45
-
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
-
ok solved it,
forgot to remove the extra return when copying the lines in static void init_cols(void) in matrix.c ;p