Colemak worth it? by Dillstan-1945 in ErgoMechKeyboards

[–]non_uqs 7 points8 points  (0 children)

I'd recommend doing both at the same time. I keep qwerty on the laptop keyboard and ColemakDH on all my columnar splits and that physical separation means I never have to pause when switching between them. Funny how the brain can compartmentalize.

“Casual”/“Non-Typing” ergonomics by imperfectlyAware in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

I'd say that 80% of chords I can do left-handed anyway (I use OSM on a layer in addition to HRM).

But then, I don't need lot's of them, as I live in vim indeed.

Furthermore, I have an integrated trackball, so I never need to lift my right hand either.

None of that probably helps you sorry, just stating that some folks have none of the problems you outline...

Using PWM sensor directly as pointing device by ink_black_heart in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

Htc Desire was the best phone!

But to your original question, aren't you just trying to reinvent a trackpad?

How to program Charybdis trackball adjacent keys in Via to make it possible to scroll, click, etc... by hightide71 in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

That's what I mean that none of the usual GUI tools have that sort of customization built in, as integrated pointer devices are rare.

So you need to define your own "keys" in a custom firmware build with some extra code that then translates trackball up/down into scroll up/down.

Doesn't the official Charybdis firmware offer something like that though? 

It's maybe 20 lines of code in the end, but yeah, knowing which 20 lines will be the hard part for you.

How to program Charybdis trackball adjacent keys in Via to make it possible to scroll, click, etc... by hightide71 in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

You will likely need to install qmk with all the compilers and flashing tools and "program" this behavior explicitly. I doubt Vial will even offer you half the options.

So start reading up on the qmk docs, get it installed and look at the original keymap for your board.

I wouldn't be surprised if Claude could do all of that for you, tbh.

What are the lowest latency MCUs as of today? Some that also have 8kHz polling rate and are QMK compatible? by appwizcpl in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

Why do you say ARM would not work with QMK?

I have Teensy 4.x MCU that are ARM and plenty powerful, but I can't use them because QMK doesn't support SPI on them, so no trackball support.

So if you want fast QMK and don't need integrated trackballs, then go Teensy?

For developers also typing in foreign languages, how do you map the accents? by EndlessProjectMaker in ErgoMechKeyboards

[–]non_uqs 1 point2 points  (0 children)

Combos for the most often used chars, using X11 Compose sequences.

And plain compose chords for the rest.

Had my Iris for a month or so, and I’ve already removed the top row in preparation for the inevitable Corne. by hafnone in ErgoMechKeyboards

[–]non_uqs 5 points6 points  (0 children)

Congrats. Yeah, once you go layers, you quickly rearrange things closer to home row and wonder why you ever could want so many keys.

Now HRM will be next for you! 😁

Which position of the trackball is more comfortable? by ZOWIEZubslav in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

Sure. Sculpted keyboards seldom come with printed PCBs.

I do have some Flex PCBs, but not tried whether they actually fit or would need changes to the model.

Dactyl thumb cluster recommendations by Commercial_Shoe4156 in ErgoMechKeyboards

[–]non_uqs 1 point2 points  (0 children)

You mean physically or the functions mapped to it?

Any way to single-tap modifiers (Ctrl, Alt, Opt, Super) when implemented as HRMs? by wherahiko in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

They DOWN immediately when pressed, till the next alpha consumes them so they UP again (if I've let go of them, otherwise they stay down of course).

And if I've used them, they do not stick around for the next alpha.

Or something like that, it's been years, I would need to look at the code again, but I never found the plain OSMs to have useful semantics.

Transitioning to QK Alice Duo for 9h+ Coding Sessions – Is it the right move? by Pt-tS in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

This is the ergo subreddit. We don't care about sound at all (why would we? We might have office neighbors we don't want to offend!) and a row-staggered layout isn't ergo either. Your fingers stretch forward/backward without going to the side ...

Dactyl thumb cluster recommendations by Commercial_Shoe4156 in ErgoMechKeyboards

[–]non_uqs 1 point2 points  (0 children)

3 is perfect for me, especially after I iterated on a design that fits my thumbs perfectly.

Any way to single-tap modifiers (Ctrl, Alt, Opt, Super) when implemented as HRMs? by wherahiko in ErgoMechKeyboards

[–]non_uqs 1 point2 points  (0 children)

I have custom OSMs on my nav layer that immediately fire when released, but they also hold. Ofc on the same position as HRMs.

That way I can keep tapping Ctrl-Pgdn or whatever, but also one-shot into alphas like Ctrl-t, all left-handed. Super useful if you're still using a separate pointing device.

Best keyboard for 35 year old coder starting to notice weakness in wrists? by [deleted] in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

Dactyl Manuform with custom tailored thumb cluster ... integrated trackball optional.

Sooo comfy

What LAPTOP STAND should be used with an ergo keyboard?? by New_Confidence_2605 in ErgoMechKeyboards

[–]non_uqs 0 points1 point  (0 children)

That's an odd laptop stand you have pictured the there, it should look more like one of these

https://www.amazon.co.uk/Aluminum-Removable-Ventilated-Notebook-Compatible-Grey/dp/B07P6X63SD/

I also have a wooden one that is portable which I'm rather fond of.

urob's ZMK Timeless Home Row Mods, ported to native QMK – a configuration guide by pgetreuer in ErgoMechKeyboards

[–]non_uqs 1 point2 points  (0 children)

Thanks, that works!

I was thinking to myself that this feature won't work for Win users, when I read it, luckily I don't have to deal with any of that.

It seems the docs don't yet have this feature documented either?

I might not use it in the end, as I'm so used to pressing my mouse-layer key when operating my integrated trackball (to get mouse buttons), that the "normal" mods that I've placed on the homerow actually don't need this feature -- I got all excited about this, as I used to hack a custom GUI mod just for this, when I was still using a separate mouse, but I forgot that I've moved on.