Hello, this is a follow up to a string of posts from about a year ago: https://deskthority.net/post240050.html#p240050.
I was successfully able to get everything working as recommended with a transistor and LED+470ohm resistors, however I keep blowing through transistors. I've tried both NTE123A ...
Search found 9 matches
- 21 Jun 2016, 20:33
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 410504
- 02 Jul 2015, 06:03
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 410504
- 01 Jul 2015, 20:12
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 410504
- 01 Jul 2015, 17:46
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 410504
Alright geniuses, my keyboard is fully functional, so on to the next part of my project: backlighting.
I purchased white LEDs from maxkeyboard ( http://www.maxkeyboard.com/max-keyboard-white-3mm-flangeless-replacement-led-for-backlit-mechanical-keyboard-110-pcs.html ) and contacted their customer ...
I purchased white LEDs from maxkeyboard ( http://www.maxkeyboard.com/max-keyboard-white-3mm-flangeless-replacement-led-for-backlit-mechanical-keyboard-110-pcs.html ) and contacted their customer ...
- 27 Jun 2015, 06:49
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 410504
Sorry, the code I supplied was a copy/paste example, not my actual code. I have edited my edit with my actual working code.
Independent of what is supposed to occur, with "(PINC&(1<<3) ? 0 : (1<<15))" the rest of the keys in the row would fire. With "(PINC&(1<<3) ? 0 : (1UL<<15))" they would not. I ...
Independent of what is supposed to occur, with "(PINC&(1<<3) ? 0 : (1<<15))" the rest of the keys in the row would fire. With "(PINC&(1<<3) ? 0 : (1UL<<15))" they would not. I ...
- 25 Jun 2015, 17:47
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 410504
- 12 Feb 2015, 23:15
- Forum: Keyboards
- Topic: A Programmer's Keyboard Design
- Replies: 57
- Views: 20413
- 12 Feb 2015, 21:31
- Forum: Keyboards
- Topic: A Programmer's Keyboard Design
- Replies: 57
- Views: 20413
Layout.png I also am in the process of designing a programmer's keyboard, though with a couple fewer keys than yours...
I don't hate the shift key, so I don't need all the special characters exploded out. I also rarely use anything other than decimal, so the additional hex keys are of no interest ...
I don't hate the shift key, so I don't need all the special characters exploded out. I also rarely use anything other than decimal, so the additional hex keys are of no interest ...
- 22 Dec 2014, 19:00
- Forum: Keyboards
- Topic: The Oracle Answers
- Replies: 1533
- Views: 442248