@Boywonder: I'm not sure this will solve your problem (which might be a diode backwards?), but you should also initialise the C7 pin you're using for column 15:
DDRC &= ~(1<<7);
PORTC |= (1<<7);
in the init_cols function.
EDIT: (What I wrote before in the edit was completely wrong.)
Thank you ...
Search found 6 matches
- 17 Aug 2015, 23:26
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 406010
- 17 Aug 2015, 22:12
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 406010
- 17 Aug 2015, 19:53
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 406010
- 17 Aug 2015, 18:55
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 406010
- 15 Aug 2015, 21:29
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 406010
- 15 Aug 2015, 19:35
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 406010
Could Someone help me compile my code? I have no clue how to and I honestly don't understand how I would go about compiling it. Any help or advice or tutorial would be greatly appreciated. I modified all the code in the gh60 directory and the poker keymap directory, just like the tutorial, however I ...