PCB: Add decoupling capacitors to the LEDs

This commit is contained in:
Lexi / Zoe 2024-02-29 18:24:06 +01:00
parent 742be3a927
commit b621ff952c
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 54 additions and 1 deletions

View file

@ -219,7 +219,23 @@ pcbs:
where: [ [ is_key, flip_led ] ]
adjust.rotate: 180
# TODO: Decoupling capacitors for the LEDs?
led_capacitor:
what: cap_0805
where: [ [ is_key, -flip_led ] ]
adjust:
shift: [ -6, 4.5 ]
rotate: 90
params:
side: B
from: VCC
to: GND
led_capacitor_flipped:
$extends: pcbs.eepypad.footprints.led_capacitor
where: [ [ is_key, flip_led ] ]
adjust:
shift: [ 6, 4.9 ]
rotate: 270
controller:
what: promicro_modified