PCB: Add decoupling capacitors to the LEDs
This commit is contained in:
parent
742be3a927
commit
b621ff952c
2 changed files with 54 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue