diff options
Diffstat (limited to 'Custom keyboard V2/index.md')
| -rwxr-xr-x | Custom keyboard V2/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Custom keyboard V2/index.md b/Custom keyboard V2/index.md index 25d57ef..90d6703 100755 --- a/Custom keyboard V2/index.md +++ b/Custom keyboard V2/index.md @@ -401,3 +401,13 @@ grep -I --color=always -rnie "mcp23017" --include \*.h --include \*.c | cut -d': - [github.com - ingrained](https://github.com/qmk/qmk_firmware/tree/master/keyboards/ingrained) - [github.com - ferris](https://github.com/qmk/qmk_firmware/tree/master/keyboards/ferris) +## PCB Design + +Based on this tutorial: [How to Design Mechanical Keyboard PCBs with Kicad, Joe Scotto - youtube.com](https://www.youtube.com/watch?v=8WXpGTIbxlQ) + +### LED Indicator + +I'm adding an indicator LED, it's an RGB LED, meaning I'll have to add a current limiting resistor per color, +with a unique value for each. +I then run into the issue that the forward voltage of the blue LED is higher than the supply voltage, which is about 3v. +[What will happen to an LED if the forward voltage (Vf) is greater than its supply voltage? - electronics.stackexchange.com](https://electronics.stackexchange.com/questions/573214/what-will-happen-to-an-led-if-the-forward-voltage-vf-is-greater-than-its-suppl) |
