Page 10 of 10

Posted: 28 Mar 2016, 13:53
by ne0phyte
Plasmodium wrote: So, what's the idea with the LED?
I don't know :lol:

It really depends on the case and plate design but I think a few RGB or RGBW LEDs will be pretty flexible.
My plan is to have a little hole or slit in the mount plate to show the current layer/status.
Didn't think about HOW exactly I'll represent that using different colors.

As a side note: I designed a little PCB last night for a different project and it will give me an opportunity to play around with that kind of LED.
Trial and error is the most fun after all and I ordered 10 PCBs (who wouldn't at $17 shipped) :D

Posted: 28 Mar 2016, 16:50
by Plasmodium
Cool. Does TMK support RGB leds? Or does it just see them as 3 separate LEDs? Anyhow, can't wait to see this move towards finished status!

Posted: 03 Apr 2016, 20:11
by ne0phyte
Oh, totally forgot to answer. I don't know if TMK does, but even if it doesn't it won't be a problem to implement it.
Those RGB LEDs have a single data input pin and expect three bytes for RGB. Their timing is a bit difficult, but that also means that it only takes 3,75µs to update the color so I can just implement the protocol in a single function that won't block/interfere with anything.
I put each RGB LED on a separate pin so that both LEDs could even be updated at the same time.
(they are meant to be daisy chained, each LED grabs 3 bytes and passes any additional data on)

Right now the plan is to have a function setColor(led, r, g, b) or something like that that can be used.
I'll figure out the details once the hardware is ordered and working. It's just just software after all :D

Posted: 01 May 2016, 10:22
by CarpCharacin
do you have any PCBs?

Posted: 01 May 2016, 13:52
by scottc
I might be able to convinced to sell my THKB with Gateron Browns at some point...

Posted: 01 May 2016, 23:53
by CarpCharacin
even if you just have a pcb file and a parts list that would be fine

Posted: 02 Nov 2017, 23:01
by iryan2
Any progress, news or updates? <3

Re: [WIP] THKB - Tiny Hacking Keyboard - 40%

Posted: 22 Oct 2022, 12:10
by RoastPotatoes
Ported the firmware to Vial!
Screenshot 2022-10-22 at 11.08.47.png
Screenshot 2022-10-22 at 11.08.47.png (96.66 KiB) Viewed 1930 times