JustBrian7872

joined 1 year ago
[–] [email protected] 2 points 2 months ago

I think https://github.com/KMKfw/kmk_firmware might be what you are looking for: It exposes itself as flash drive in bootloader-mode and the files on there are just regular Python scripts. If you search for "KMK macro pad", you'll find a bunch of projects - most of them diy. If you want to start from scratch, Jan Lunge created an awesome tool for setup and keymap adjustments (video https://www.youtube.com/watch?v=RtYJYFMWjNM, repo https://github.com/JanLunge/pog) - with the idea being that after setup you do not need the tool anymore to adjust the keymap.

[–] [email protected] 6 points 2 months ago
[–] [email protected] 3 points 2 months ago* (last edited 2 months ago) (1 children)

You program/configure your keymap into the keyboard's firmware so it is independent of your operating system. If you use Mac, you put your Mac specific keys into the map where you want them. It's totally up to you - if you want every key to be "a" you can do that :)

[–] [email protected] 16 points 2 months ago (4 children)

As a dev I've been on both sides to be honest. Especially when there is pressure to finish the next task. I think it needs good planning to create enough time for these things.

In the end bad devs will still shut you up about things they are not interested in fixing...

[–] [email protected] 2 points 2 months ago

Wow nice. I just tried it with mobile Firefox and it was quite performant. Impressive!

[–] [email protected] 18 points 3 months ago (2 children)

Nice! I started using helix before vim and often I find the helix bindings more logical (like shift for the reverse action e.g. u for undo and U for redo). However often the vim bindings feel quicker (c-i-w vs m-i-w-c). Will definitely give it a go!

[–] [email protected] 2 points 3 months ago (1 children)

The fulcrum comes to mind: It has a 5-way joystick (up, down, left, right and push) for the thumbs. You can always add tenting if you want (some alternatives)

You also can check some of the split kb databases if someone created something similar.

[–] [email protected] 1 points 3 months ago

Thanks for the tip with the shop (shipping is reasonable and electronic components are well priced)! Cannot help with Azurefilm filament as I haven't tried it yet.

[–] [email protected] 6 points 3 months ago (2 children)

If you're shopping in the EU, I recommend Devil Design PLA - they're available through a couple of shops.

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)

Thanks, my works' codebase feels old now.

[–] [email protected] 16 points 3 months ago (1 children)

I also cannot name him from the top of my head...interesting

 

Wem schmeckt dieses Pesto? Glaube es existiert einzig und allein um es mit Pesto Rosso zu verwechseln (Ist mir heute passiert)

 

I created this single Screw BL-Touch mount for my Ender 3 V2 since the fan duct is blocking the other screws.

https://www.printables.com/de/model/512574-single-screw-bl-touch-mount-for-ender3-v2

 

Adding the same id multiple times increases the specificity of a selector and thus overrides other selectors.

e.g.

#myId span {color: red; }
#myId#myId#myId span { color: blue; }

Codepen

view more: next ›