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

How to make 1.5u thumb keys 1u? #43

Closed
Ingvix opened this issue Dec 23, 2020 · 2 comments
Closed

How to make 1.5u thumb keys 1u? #43

Ingvix opened this issue Dec 23, 2020 · 2 comments

Comments

@Ingvix
Copy link

Ingvix commented Dec 23, 2020

I've been making some changes for my own build without any previous experience with clojure.

I'd just like to ask how would I succesfully change the 1.5u thumb keys to 1u so that the case also realizes this? I've moved the top keys from thumb-15x-layout to thumb-1x-layout and removed the former altogether from the code. That alone clearly isn't enough and I'm in a point where I now got only the gaps left between the top thumb key holes and the case. I can't seem to figure out how would I go about closing the gaps, so help would be appreciated.

@ibnuda
Copy link

ibnuda commented Dec 23, 2020

there are two easiest ways:

  1. in thumb-connectors, change thumb-post-xy to web-post-xy. though it will only make the keys have 1u plates.
  2. a bit harder, change the translate [x y z] part in thumb-tr-place and thumb-tl-place, and then follow number 1.

hope it helps.

@Ingvix
Copy link
Author

Ingvix commented Dec 23, 2020

Thanks for the tips. Just changing thumb-post-xy within thumb-connectors wasn't quite enough as it was left some gaps in the case so I just ended up replacing it everywhere and now it works as I want it.

I'll be closing this as I'm satisfied with this but if someone knows even some better way, I'd be interested to know.

@Ingvix Ingvix closed this as completed Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants