I often read about all those RSI problems and then how pinky fingers have a lot of duties. I find it strange. I type at decent speed and I barely use my pinky fingers at all. I press Caps-Lock, Tab, Shift and Enter with them as well as | and }. Pinkies are small and weak, why use them so much? That's surely neither ergonomic nor the fastest way to type. It also means I don't like the idea of a split keyboard. I reach…
Only issue with home row key combos is the letter comes out delayed since it’s now waiting for keyup event to register single press vs keydown for a combo. You don’t notice that with caps lock remapping because caps lock doesn’t output anything. Ask me how I know :)
My coworker's 36 key Corne open-source keyboard setup
31–37 of 37 posts
Re: My coworker's 36 key Corne open-source keyboard setup
#32For anyone looking into this who doesn't want to design their own layout from scratch, a well maintained layout for small keyboards is Miryoku. Worked very well for me (in qwerty base + vim directional keys mode) on a keyboardio atreus
I'm building a toucan (piantor style layout) and was thinking about using seniply layout, but this looks much better.
Re: My coworker's 36 key Corne open-source keyboard setup
#33I often read about all those RSI problems and then how pinky fingers have a lot of duties. I find it strange. I type at decent speed and I barely use my pinky fingers at all. I press Caps-Lock, Tab, Shift and Enter with them as well as | and }. Pinkies are small and weak, why use them so much? That's surely neither ergonomic nor the fastest way to type. It also means I don't like the idea of a split keyboard. I reach…
Only issue with home row key combos is the letter comes out delayed since it’s now waiting for keyup event to register single press vs keydown for a combo. You don’t notice that with caps lock remapping because caps lock doesn’t output anything. Ask me how I know :)
Re: My coworker's 36 key Corne open-source keyboard setup
#34For anyone looking into this who doesn't want to design their own layout from scratch, a well maintained layout for small keyboards is Miryoku. Worked very well for me (in qwerty base + vim directional keys mode) on a keyboardio atreus
I’d definitely recommend Miryoku for those starting out. You’re then free to make any modifications to suit your preferences. I ended up making the layer activations happen on the same hand to allow 1 handed use.
Re: My coworker's 36 key Corne open-source keyboard setup
#35disclaimer: I'm the ceo of this company. What started as a joke a few years ago has actually turned into really good signal. I've found that the engineers who care enough to invest in keyboards like this spend a lot of time investing in their tooling and are extremely productive. Causation or correlation?
Some people like to over-optimise everything. Window manager, vim config, unix tool choice, split keyboard, DVORAK layout, mechanical keyboards, coffee brewing, Obsidian note-taking/Zettelkasten, mice (the rabbit hole for mice goes as deep as keyboards) This is often more about enjoying the process of optimising than wanting to be productive overall. Some may spend a lot of time reading Hacker News to "keep up with n…
I've been doing this kinesis mod https://github.com/dcpedit/pillzmod, and have a working solenoid wired up https://github.com/dcpedit/taptap. (I recommend checking out https://dcpedit.com/keyboards/ if you have time).
I'm pretty busy, but I've tried to find 2/3 hours a month to progress on it, and keyboards feel like the type of "investment in my craft" that is worth that kind of time for me.
Re: My coworker's 36 key Corne open-source keyboard setup
#36Earlier quoted context omitted.
Only issue with home row key combos is the letter comes out delayed since it’s now waiting for keyup event to register single press vs keydown for a combo. You don’t notice that with caps lock remapping because caps lock doesn’t output anything. Ask me how I know :)
Oh that's a good point! I forgot I actually tried it with jj or kj combos in VIM to exit insert mode and it was a bit annoying. That is before I found a way to re-map CapsLock to a dual duty key on Windows (I am using WSL2 but remaps go through Windows).
Re: My coworker's 36 key Corne open-source keyboard setup
#37Earlier quoted context omitted.
I’d definitely recommend Miryoku for those starting out. You’re then free to make any modifications to suit your preferences. I ended up making the layer activations happen on the same hand to allow 1 handed use.
Using this for my next build. Could you share more on how you did the activations for 1-handed used? That sounds quite interesting.