Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch key RGB light hole #4

Open
AndyChiu opened this issue Jul 1, 2021 · 8 comments
Open

Switch key RGB light hole #4

AndyChiu opened this issue Jul 1, 2021 · 8 comments
Labels
enhancement New feature or request

Comments

@AndyChiu
Copy link

AndyChiu commented Jul 1, 2021

Hi, is possible add RGB light hole? now have diodes on the way
if have light hole, maybe can add LED RGB strip light easy!

@50an6xy06r6n
Copy link
Owner

do you mean holes for the LED wires, or just a through hole for the light to go through. Either way it will be tricky because the diode is in the way for the MX socket. I'll think about it, but since this is primarily intended for prototyping it doesn't seem like a critical feature.

@AndyChiu
Copy link
Author

AndyChiu commented Jul 2, 2021

Hi, just a through hole for the light to go through, i hope it will be used for a long time. If can added backplane, and add config standoff can pass through the PCB, and allow lock screw with the backplane, just like the sandwich structure, it will be used for a long time.

@50an6xy06r6n 50an6xy06r6n added the enhancement New feature or request label Jul 28, 2021
@AndyChiu
Copy link
Author

image
Hi, i try modify code to add LED cutout

            // Diode cathode cutout
            translate([3*grid,2.4*grid,0])
                cylinder(h=pcb_thickness+1,r=.7,center=true);

            // Diode Channel
            translate([0,2.4*grid,pcb_thickness/2])
                cube([6*grid,1,2],center=true);
            translate([.3*grid-.5,2.4*grid,pcb_thickness/2])
                cube([4*grid,2,3],center=true);

            // Add LED cutout
            translate([0,-4*grid,pcb_thickness/2])
                cube([5,4,10],center=true);

the Diode is more easy to install

image

@renatosuero
Copy link

Hi, I'm new here, how is the led and the connection at the wire/diode?

@AndyChiu
Copy link
Author

AndyChiu commented Feb 3, 2022

Hi, I'm still think about how to connect , but i think use the LED strip is be a easy way
image

@slabua
Copy link

slabua commented Apr 29, 2022

@AndyChiu Hi, do you have the individual stl for the mx switch with the led hole? I seem I can't find it in your fork, and not quite sure about how to generate it.
Also, does it fit SK6812-3228?
Thank you.

@slabua
Copy link

slabua commented Apr 29, 2022

@AndyChiu I think I have figured it out. Please enable issues on your fork :)

@AndyChiu
Copy link
Author

hi, i was upload same stl file, and update my .scad, have fun! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants