Compare commits
No commits in common. "60f0cc13f6cc4c6f708986999603f08108d9c05d" and "97c06871bfd161ac9a7a9c8bf964a7772c434847" have entirely different histories.
60f0cc13f6
...
97c06871bf
|
|
@ -82,7 +82,7 @@ points:
|
||||||
key.column_net: P10
|
key.column_net: P10
|
||||||
rows.one.led_din_net: led_dout_five_two
|
rows.one.led_din_net: led_dout_five_two
|
||||||
rows.two.led_din_net: led_dout_four_two
|
rows.two.led_din_net: led_dout_four_two
|
||||||
rows.three.led_din_net: led_dout_five_four
|
rows.three.led_din_net: led_dout_four_five
|
||||||
rows.four.led_din_net: led_dout_four_four
|
rows.four.led_din_net: led_dout_four_four
|
||||||
# Upper right corner: Rotary encoder instead of key
|
# Upper right corner: Rotary encoder instead of key
|
||||||
rows.five:
|
rows.five:
|
||||||
|
|
@ -121,7 +121,6 @@ outlines:
|
||||||
- what: rectangle
|
- what: rectangle
|
||||||
where: pad_three_one
|
where: pad_three_one
|
||||||
size: [ 100, 100 ]
|
size: [ 100, 100 ]
|
||||||
# TODO move switches a bit to the top (more margin at the bottom to fit the diodes)
|
|
||||||
adjust.shift: [ 0, 50 - 0.5cx ]
|
adjust.shift: [ 0, 50 - 0.5cx ]
|
||||||
fillet: 4
|
fillet: 4
|
||||||
|
|
||||||
|
|
@ -173,7 +172,6 @@ pcbs:
|
||||||
to: "{{colrow}}"
|
to: "{{colrow}}"
|
||||||
|
|
||||||
# TODO: Check if the position of the rotary encoder fits with the controller board
|
# TODO: Check if the position of the rotary encoder fits with the controller board
|
||||||
# -> probably remove the mounting pads at the sides?
|
|
||||||
rotary_encoder:
|
rotary_encoder:
|
||||||
what: rotary
|
what: rotary
|
||||||
where: is_rotary_encoder
|
where: is_rotary_encoder
|
||||||
|
|
@ -190,7 +188,6 @@ pcbs:
|
||||||
what: diode_smd
|
what: diode_smd
|
||||||
where: is_key
|
where: is_key
|
||||||
# TODO: Is this a good position? Might be a bit too close to the hotswap sockets...
|
# TODO: Is this a good position? Might be a bit too close to the hotswap sockets...
|
||||||
# -> rotate and move a bit
|
|
||||||
adjust:
|
adjust:
|
||||||
shift: [ -8.28, -8.5 ]
|
shift: [ -8.28, -8.5 ]
|
||||||
rotate: 90
|
rotate: 90
|
||||||
|
|
@ -222,7 +219,6 @@ pcbs:
|
||||||
adjust.rotate: 180
|
adjust.rotate: 180
|
||||||
|
|
||||||
# TODO: Decoupling capacitors for the LEDs?
|
# TODO: Decoupling capacitors for the LEDs?
|
||||||
# -> put next to chip, between VCC and GND lines, route data line *through* the capacitor pads
|
|
||||||
|
|
||||||
controller:
|
controller:
|
||||||
what: promicro_modified
|
what: promicro_modified
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue