- Basically the only thing interesting about the ConcertMaster is that Carmack used it (and that it looks somewhat cool). As for the keyboard itself, it is just a basic OEM membrane keyboard and not that good one even. The speakers are lets say adequate for the time and size.
Interestingly, the speaker part and the keyboard part are completely separate. The "cable" consists of four separate cables (keyboard, power, line out, mic in) in a thin sleeve. Mine was supplied with AT plug on the keyboard cable and Y-adapter that converted PS2 into AT DIN and barell jack for the speaker power. The keyboard label indeed says it is powered by 9V DC, but I guess that never really happened as PS/2 is 5V no matter what various devices say.
Edit: And as for the supper hard to find nowadays part: I suspect that part of the reason is that the keyboard module inside the thing is ridiculously sensitive to even minor spills.
- Not to bag on the guy but he seems a bit obsessed over Carmack in general.
- I mean he's made his career out of reviewing Carmack's code. If there were ever a Carmack historian it'd be him.
- My ErgodoxEZ:
- nearly made me cry.
- solved my back pain.
When you didn't learn to type properly, relearning to type can be a very difficult task; re-learning on a split keyboard is particularly unforgiving. Around three weeks into re-learning I was convinced I would never learn properly and that I'd wasted a lot of time and money (I was freelancing at the time) on something that wouldn't help me eat, never mind sleep.
Two weeks later I was back up to normal typing speeds, a month after that I was faster than ever. Two months or so after that, my back pain was gone.
Of course, my back pain was caused by sitting lopsided - something an overdominant hand on a standard keyboard pushes you towards. No amount of exercise and posture correction was solving it - but when the true cause was resolved it cleared up (with exercise) very quickly.
I'd buy this keyboard again in a heartbeat.
- Countervailing story: the Ergodox (EZ specifically but that's less important) gave me permanent RSI in my thumbs, because it was too big for my hands, and to this day I pretty much can't use a keyboard layout that relies on lots of thumb involvement. Even just hitting the spacebar throughout the day or using my thumbs to type on a smartphone is enough to flare it up, almost a decade after I stopped using that keyboard.
YMMV, ergonomics are highly personal with respect to your body size and proportions. We didn't have the proliferation of keyboard layouts then that we do now. Perhaps if the Iris or Corne had existed then, I would still be using my thumbs for modifier keys in a 40% layout. I never got the hang of tapdance or hold modifiers.
The Atreus layout is the only one I can still use somewhat, because the thumbs are held closer to the hand rather than splayed out.
- PSA: Thumbs can get overuse injuries [1]
- Any other tips, I have basically the same thing.
- I have joint problems in my thumbs and have trouble with thumb-heavy layouts, but have found the Sofle V2 to work well for me. For my hands it is important that the center thumb key be directly below the N and B keys, which the Sofle provides.
Details at https://josef-adamcik.cz/electronics/another_year_for_sofle....
- Mitosis is the layout that I like, it doesn't require a huge thumb stretch.
- > - nearly made me cry.
> - solved my back pain.
Reminds me of the first time I got to sit in an Actually Good chair that came with a new job. My back was killing me for the first couple weeks as the decades-old knots undid themselves.
I got to relive it when I went back to crappy office chairs at my next gig.
- I actually found going from non-split to split surprising easy, simply because none of my old muscle memory worked anymore, and I had never touch typed up until then, so I wasn't able to go back to the old way out of frustration. A few hours of doing touch typing drills on some free online thing, and I could type at 30wpm, and then it only took about a week of doing my usual coding, IRC chatting etc to get back up to my usual 100wpm.
Also surprising was that after I got there, I could also touch type pretty easily on a normal keyboard. But my old ad hoc 5 finger typing had somehow disappeared entirely.
- ZSA Voyager sticks to these pretty nicely: https://www.amazon.com/dp/B0CMHT5LZ5
- Well, as a bog-standard person, I use Logitech MX Keys Mini 2 (with Bolt support).
It's good enough for typing for long sessions and reliable enough to type on without much thinking.
It has great features though. Automatic backlight and standby via hall & ambient light sensors, great key texture and weight, scissor switches instead of bog-standard membrane, etc.
It's not a mechanical keyboard and not smooth as one, but it's not an enemy of fingers and hands.
Logitech's bolt receiver is great though. Encrypted, low latency and has native Linux support via Solaar.
I have 3 mechanical keyboards, but one is too big, others are not in my native layout and miss a couple of keys which I need for certain characters, so they are delegated to long coding sessions at home.
- Logitech is by far the best "get shit done" PC accessory manufacturer. They work, last forever, and have options for nearly every niche there is
- Typing this on a Moonlander right now. Love it to pieces. The tenting kit is pricey but incredibly stable and, to me, is worth every penny. I've gotten used to the ortholinear so much so that I hate other layouts now.
I've looked at some other more minimal boards and, while they look nice, I actually make good use of pretty much all my keys and I would not like going down to a smaller layout.
In my mind, the most important pieces of a good keyboard are, in this order:
1. QMK/ZMK firmware so you can add stuff like mod-taps and whatnot
2. Split & tented to avoid bad wrist angles
3. Lots of buttons for your thumb to press: it's your strongest finger so you should put it to work
4. Ortholinear layout for more natural finger movement
ZSA (the maker of the Ergodox, Moonlander, and Voyager) is a great company—I've had incredibly positive experiences with their support team whenever I've needed help. One time I was having trouble using their online configuration tool (https://layout.new) and so I emailed support. I got an email back within the hour from a developer asking for more details. After I supplied this, it was just another hour until I heard back saying that they had found a bug and that the fix was live. So awesome!!
- The Moonlander and the Ergodox both lack Function keys. How do you cope?
I spend much time in IDEs, mostly Jetbrains but also VS Code. I'm also constantly in Emacs and VIM, and even my desktop shortcuts have many Function keys used. The IDEs are particularly troublesome as there are quite a few triple buckies that involve the Function keys. Another layer (e.g. using a modifier key) just doesn't seen like a good solution.
Do you ever miss the function keys?
- I'm in Emacs 99% of my day, and I don't think I've ever used the function keys inside Emacs.
All my volume/brightness/etc functions are handled on a separate layer. I've got function keys on another layer as well, but I don't ever use them.
If you use function keys a lot, then you could do something like putting the function keys on one layer all on the right hand like it's a num pad and then adding a key on the left hand to switch to that layer. You could add combo-taps on your main layer to trigger the function key (e.g. press `q` and `1` at the same time to hit `f1`, `w` and `2` at the same time to send `f2`, etc.), etc. etc.
QMK gives you a lot of options to do what you want. There's also 3 keys towards the center of the keyboard on each side that I rarely hit (in fact, they're used for some layer switching some times!) that you could easy bind to function keys directly.
Note that a key can do like 4 different things depending if you tap, hold, double tap, or tap and hold if you want to get really fancy.
- Yamaha DX7.
Oh you mean… OK. The one on my 2008 unibody MacBook, which I likely put the most hours in on of any of them. Then the one on my ancient and lovely Thinkpad T240 — one of the most pragmatically delightful computers ever — and probably the N33SX I owned in 1992.
The keyboard on the M1 Max MBP is quite nice, too.
- The only good laptop keyboards have been older MacBooks and older Thinkpads.
The only way to top that would be someone eschewing portability for a mechanical keyboard of some kind. I would totally buy that
- OMG thank you - as a musician, that's the first thing I think of when I see "favorite keyboard."
- What, did Korg release an M1 Max? How did I miss it?
- Yeah. Loads more keys.
- DX7 had a dreadful keybed. Midi CC only up to 100 (instead of 127), wtf?!
Fatar learned a lot of lessons from Yamaha in that regard.
Looking forward to adding an Expressive E Osmose to my rig soon ..
- I never actually owned one but I loved playing one.
Just the fact that a synth thing was so (relatively) affordable and accessible and also made music we heard all the time.
I should probably make a Dexed thing. Ultimately I don't even play an instrument with frets, let alone keys, so it would only be for tinkering.
- The DX7 IIFD is a bucket list keyboard for me. I fell in love with it in my youth, and I will eventually buy one in good condition.
The Yamaha FSR1 would be nice, too! :)
- The FS1R is the #1 reason I still have my 19" rack after all these years..
No keyboard on an FS1R, although a workstation version of the FS1R would kick serious ass.
- >Dexed
Get a Zynthian and dive right in to all the FM synthesis you can possibly imagine, and more. Its pretty freakin' powerful. Plus, you can do all kinds of mad things with it, vis a vis oddball controllers and such.
- I'm interested to make a Dexed thing more for the fun/process of it.
At the moment I am mostly playing lap steel but it's early days as an electric player so I am trying to not spend much money :-)
For lap steel which is continuous pitch I feel I'm more likely to settle on a Boss SY synth pedal or something signal-processing-based like it, rather than MIDI. But these days audio-based midi-tracking like MIDI Guitar 2/3 seems to work quite well. I know of at least one player using a Fishman Triple Play on a lap steel but that's an expensive experiment.
- I fully appreciate the desire to make a Dexed for the fun of it, however .. if you haven't dug into Zynthian yet, it won't be obviously clear that:
>Boss SY synth pedal or something signal-processing-based like it
.. is exactly what the Zynthian delivers, plus way, way, way more. You can run Dexed on it, and also run multiple signal-processing chains for your lap steel. It is huge bang for the buck! Especially if you do live things, you can have Dexed tracks running in parallel to your FX chain ..
Just sayin', take a closer look. For lap steel (and indeed any similar instruments), Zynthian is a godsend. (Get a good mic for it too, of course..)
I am positive you will find it extremely rewarding to pipe your lap steel through these:
https://zynthian.org/engines#effect
.. alongside these:
https://zynthian.org/engines#synth
(Dexed is but one in a very, very sexy list..)
- IMHO the persistence of Model M (now Unicomp) worship is a meme. Yes a chunky Buckling Spring mechanism is a very unique and "fun" feel, but that doesn't mean it's actually good to do a lot of typing on in terms of ergonomics or speed. So what of it? It's a novelty item, not the ultimate keyboard.
- I'm big into the custom mechanical keyboard hobby (not that that makes my opinion special or anything, ha) and I definitely agree. It's funny, cus a lot of people in the hobby see the Model M as their "holy grail" keyboard. But the more modern keyboards are just so much more comfortable to type on for extended periods of time (whether they are 'ergo' keyboards or not). It's all personal preference, but I think a lot of the love for the Model M is just nostalgia.
- How many other 40+ year old keyboard models do people still regularly use today? The Model-M reputation earned more than a click.
- My Kinesis Advantage is only a little bit younger at 32 years old.
- After a decade of exploring various mechanical keyboards (a few form factors, but mostly exploring the switches), I settled on a Topre Realforce around 2016 and fell in love. I later learned of the Topre silent switches (often branded as "Type-S"), and have used those ever since over many few boards: a HHKB, a Leopold FC660C with a PCB swap for programmable layers, various revisions of the Realforce.
I used a friend's ErgoDox a few years ago, and quite liked it, but what holds me back is the Topre switches. If only it was feasible to acquire individual Topre switches and put them onto a custom PCB...
Here's hoping someone on HN will swoop in and tell me "It's totally possible! Just _____!"
- I was using a standard/non-silent HHKB but found it a little too noisy for a quiet office. Plus I like using arrow keys and found I'd get a sore pinky with the HHKB layout.
I'm back to a cherry style board with silent tactile switches now but have half a mind to try and find a 75%ish layout with exploded arrow keys and with silent Topre switches.
- Some enthusiasts have made custom PCBs for Topre and Niz switches, even columnar ergo. I've not seen the ErgoDox layout specifically, and I dunno how to source individual switches though.
There is also the XVX Whisper switch, with has a Topre-like mechanism for Hall Effect keyboards: with a magnet under the dome. You could buy pack of switches but reviews say it is mushier than Topre.
- I find it strange that people who start caring about ergonomics settle for Ergodox, Moonlander and other halfway there solutions when Kinesis, Glove80, Maltron who have put in real ergonomic research exist..
- I’m one of those people. I loved Ergodox, switched to Moonlander but didn’t like it, tried out Voyager and stuck with it.
Voyager is not even a very ergonomic keyboard, but it’s good enough for me, I configured it so that it’s very convenient for me to use, I added some accessories to for better tilt, I’m good - my wrists don’t hurt anymore, and that was my goal
- You find it strange that people have preferences? The ultimate ergonomic keyboard is the one that feels good *for you*.
I don't like the Ergodox-style keyboards myself because they're missing a row, and no amount of meta layering is going to convince me otherwise.
- Yes, I find it strange that people have this preference.
If you are deep enough into the rabbit hole of ordering a mechanical ergonomically keyboard you are doing yourself a disservice by not ordering an actual ergonomic one. Especially given that the price is virtually the same and r/ErgoMechKeyboards/geekhack(which you will inevitably know exist if you are at this stage) is full of Glove80/Advantage vs Moonlander threads which all say the same thing.
- I'm a 65/68% guy, I need my arrows
- I really didn't enjoy the cheap plastic construction of the Moonlander. I had two of them for home and work. I even modded a mousepad onto the wristrests to make it more comftable.
But in the end the housing being out of plastic, it creaked, wobbled and just was not satisfying to type on.
I came from premium mechnical keyboards with solid steel or aluminum construction.
I ended up with the Neo Ergo, a middle ground. Not as ergonomic, but solid feel, no plastic and great looks too.
- Yea I used the kinesis 360 for a short time but couldn't stand how cheap it felt. Such a big difference from nicer custom keyboards, and it's essentially the same price which is a shame.
- I have a Moonlander but I could never get used to it, even when remapping some keys so that tab is where my muscle memory expects it to be. But maybe trying to use it for both windows (play) and macos (work) was a problem. I should give it another go. Of course another issue may be that I'm very much a mouse-and-keyboard person instead of a keyboard wizard.
I should get an alternative to my old compact / flat apple keyboard one day though. It's been going strong for nearly a decade.
- I have an Ergodox EZ for work, and I love it for that, but for my gaming I just use a typical keyboard, I couldn't get used to it for gaming.
- It might also be that you just don’t want or need an ortholinear layout, plenty of people don’t. If you like the split design and programmability of the Moonlander but not the layout and associated relearning curve, I can recommend the UHK as a good choice.
- Yeah, I bought an ErgoDox EZ and tried to get used to the ortholinear layout, but after a couple weeks things just still felt off. It's been in my closet for years now. This UHK looks really interesting though, thanks!
- I'm also a big fan of the ergo dox ez, and I'm pleased with it.
I don't know how many hours I spent to get my neo 2.0 layout running. Neo 2.0 is a very nice “German” layout I have been using for ages: https://neo-layout.org/ (and before that something similar called de-ergo).
The biggest win for me is to have all the brackets on the home row for coding.
- My Kinesis Freestyle 2 will always be the greatest ergo keyboard I've ever owned - with cables. I can tilt at 5, 10, 15 degree angles. I can move the two parts differently (and do), and with the risers, I can tilt it 90 degrees - which I'm never doing. The flexibility is perfect for me, so I keep one at home, and one in the office.
- Kinesis Freestyle Gaming for me. The "traditional" Freestye has a wrist pad that's made out of a material so horrible I returned the keyboard immediately. Yuck. This was years ago, maybe newer models are better? But I'm very happy with the Freestyle Gaming in general.
- By the time the 2 came around the wrist pads were an add-on. Like you, I'm not a fan, so I never bought them. I paired it with a Kensington Expert Mouse.
- For me it is RealForce R3SD13 with the lightest switches.
Can type on it for days. I bought a few just in case :)
- I’d suggest to folks in general to start using ergonomic keyboards well before any sign of RSI sets in, because once it does you are unlikely to reverse it, you’re merely managing it. The body is full of one-way valves.
- I just can't stand having 2 pieces keyboard
Someone get me a full layout keyboard, split, wired, and with a trackball, in a single board. Is that too much to ask?
Meanwhile, Keychron Q10 is the best
- Love this, but doesn't having to mouse with a touchpad do your head in?
- Ultimate Hacking Keyboard. More specifically, currently the UHK 80 with the key cluster module (on the left half) and trackpoint module (on the right half).
- That Model M SSK looks real nice. I have not one but two Filco Majestouch 2 TKL with brown MX keys, one for 12 years and counting. They are so much heavier, nicer compared to what I got recently second hand: a WASD with a very wobbly case.
- As someone who's tried several keyboards, a key feature I've found myself unable to go without is contouring of the keyboard. Keyboards like Kinesis Advantage 2, Kinesis Advantage 360 and the Glove 80 essentially. I've personally found it the biggest gain to reducing strain on my left hand.
- I love my moonlander, don't get me wrong, but I've also recently gotten a RealForce R3, and I love it, too. Very nice for a daily driver work keeb.
- I have a moonlander and love it for typing. My issue is that I use my mouse a bunch as well, and find it awkward to switch my right hand to the ouse and back again. Does the touchpad work better for this?
- Any QWERTY or QWERTY-inspired keyboard (layout) is silly.
Switching to orto without solving a real bottleneck is like changing Opel to Porshe but keep using a set of square wheels. Of course the car will run better, but...
- This opinion is so quaint that it makes me smile.
For me, the #1 feature of the Advantage2 is ortho. Everything else is a distant second. I don't understand how anyone can use anything but ortho.
Yes, another layout would make your fingers travel even less, but ortho lets you reduce a lot of seeking/travel without learning anything new.
- My experience switching layout is poor. I touch typed Qwerty at around 75 WPM. I switched to Colemak, and after a month or so of Monkeytype I am back at around 75 WPM but didn't gain significant speed. I never had serious wrist pain, so I can't say Colemak helped with that.
After sharing this with some people, it turns out that a lot of speed gains, and maybe wrist pain improvement, comes from people that switch from Qwerty + peeking (and sometimes avoiding pinky) to Other layout + touch typing.
My only gain with Colemak is that typing feels smoother than Qwerty, but I can't honestly recommend anyone the switch. Using other computers, which are all in Qwerty, is now unconfortable.
- Interesting. My experience is almost the same. But I wouldn't call the experience is poor at all. The biggest advantage is that typing feels smoother with Colemak.
The fact that just learning to touch type in any layout is what contributes to the speed is probably right. But then again, my experience is that speed is primarily a function of practice and much less of technique. I remember reading some AMAs by someone who types at 200+WPM and they mentioned that they use QWERTY and they don't touch type.
- You have read my comment inattentively, I consider QWERTY-inspired ones exactly as weak as QWERTY.
Speed is not important in typing goals at all. What maters is ability to delegate a typing routine out of your consciousness. No peeking, no misusing pinkies, no caring about WPM, no mismatching keys from different layouts. You should always prefer to put all of your 10 fingers on the keyboard even if all you need is to type one letter, even being interrupted from sleep, because you should understand that touchtyping is faster than hunt-and-peck even in one-button case.
You either can input your password using touchtyping or not. If you have achieved touchtyping on any layout, no switching helps you to decrease cognitive hardness. Touchtyping should be done in youth, so if you are not cosplaying some idiots you should devote your brain cells to the proper layout at once.
- > the proper layout
which is?
- I switched to colemak, but I paired this switch with split keyboards. So qwerty is still easy to use on regular keyboards, but I'm sure I'd get super tripped up if I used qwerty on a split kb.
- I have a HHKB Professional Hybrid. I like it. Quiet enough to use in work. It is bloody expensive though
- The Ergodox was also too unstable with high tilting for me, so I search for other options. I found the Dygma Raise. Been using it for 3 years now, it is a blessing. I will buy a Raise 2 wireless for my work desk in the office too now.
I cannot fathom all my collegues who still use non ergo keyboards and mice...
- For anyone interested in a single-body, low-profile mechanical keyboard with a split layout, checkout PERIBOARD-335. Highly recommend it.
- Dactyl Manuform 3x6 for me.
Going to such a different form factor feels enough like relearning to type that I found it also to be a good time to learn a better layout than qwerty.
I use my own layout called hubris:
- I learnt to type on an Acorn Archimedes 3000 which had Ctrl to the left of A. I was so happy to find HHKBs in the late 00s had the same feature and have been using once since. I wouldn't mind never having a CapsLock again.
- But you don't need your physical keyboard to do that. Couldn't you have brought any keyboard that you liked and remapped the Caps Lock key to Ctrl? I have it remapped to Backspace in all of my keyboards
- Can't wait for mainstream laptops with ortholinear layout and split space bar.
- I was hoping for this to happen with Framework. Alas, it did not.
- I don't think that's ever happening. They're still using a layout that puts I and O next to the numbers row as a remnant of the era where these letters were used as numbers. Can't blame the laptop manufacturers either. Masses are going to come out with pitchforks if any major laptop manufacturer changes anything with the keyboard.
- Given how long staggered qwerty has been around (longer than computers have existed for) I wouldn't hold my breath
- I wish I could find a Model M Space Saver with modern OS keys. I love the springs.
- MS Sculpt ergonomic keyboard for home (discontinued now but "improved" versions are available here (https://matiaseu.store/products/fk413xx), Logitech K380 when I travel to the office.
- I need a split wireless mechanical keyboard to use with my phone on the go. Anybody have something good?
- I've enjoyed the corne I got from typeractive [0]. I am pretty sure I have paired it with my phone for the heck of it but not used it in any meaningful capacity that way. It's running zmk so you should be able to read about others' experiences with it.
- Oh cool! Always a new one to discover.
- I’m greatly enjoying my Charybdis nano: the built in trackball makes using the mouse just as convenient as the keyboard
- That list really misses Glove80! It's an incredible keyboard, and imo is better than the Moonlander at practically everything.
Edit: on second thought, I guess some people might not like the low switches?
- I switched from the moonlander to the glove80, and the low switches are nothing compared to the much more intuitive ergonomics.
- Glove80 for me (even have 2 of them) with Kinesis Advantage 2 being a close second.
- Do you just buy more of the footpads online or have you figured out a more permanent solution? I pack mine up and travel with it frequently, and the rubber feet are always coming off.
- 3 went off so far... maybe I should try a proper glue for them? It is not like I have any reason to access the screw behind, and if, I can always cut the rubber away somehow.
This said, it is nothing exotic, the M3 m9448A is the number for rubber feets. It just difficult to buy it a non-industrial amount.
- I have an Ergodox EZ I built as well as a Moonlander, but I ultimately decided split/tilt wasn't right for my wrists. I switched to an Arisu layout ergo single-frame keyboard and that is what I rely on to this day. The biggest win was going to a vertical mouse. I'm also a lover of the Model M and Model F, but these are not properly ergonomic in 2026 (and at 40+ years old).
Shoutout to the IV Works AV3/AV4 and the Evoluent vertical mouse for helping stave off surgery for another 6 years (and counting).
- I would love this keyboard for myself.
- I loved the Model M, but my first real THIS IS MY FAVORITE I WILL CUT YOU keyboard was a Northgate. Dang, I loved that one.
For most of the last 20 years I've been on Kinesis boards. First a regular Ergo, and then starting about 6 months ago their new Advantage 360, which is a definite improvement.
- The Northgate was a great keyboard, and a company called Creative Vision Technologies briefly owned and sold keyboards under the "Avant" brand. I had one of those, it finally succumbed to some sort of electrical issues so I let it go. You can still by old Northgates and Avants on eBay, but ~$300 a pop.
No keyboard since has ever matched that level of responsiveness and tactile feel. The downside is just that it was so loud. Now that everything is open floorplans I wouldn't use one even if I still had one.
- Try thocky keys, Aula F75
- Went also through ErgoDox EZ and MoonLander but down-sized to a Corne-ish Zen. Happier since.
Less keys (3x6) and lower profile is even nicer for ergonomics, for me at least, but does require a bit more of mental gymnastics for layers. well worth it IMHO.
- Was hoping this would be about synths.
- My iKBC MF87v2 from 2018. I like it so much I bought a spare, even though it cost $170 at the time. Double-shot light-through PBT keycaps so the labels won't wear off or the keys develop that yucky slick finish, a solid block of aluminum that's 1.8kg so it's not going to shift on the desk, nice thocky MX Blue switches and a Tenkeyless layout without annoying numeric keypad, because I'm not an accountant.
I keep a Ducky One 3 with silent red switches at work because I am not a sociopath.
- C'mon, the Amstrad keyboard is not that bad :(
- [dead]
- >It felt like using a typewriter
Maybe an electrical typewriter, but most normal typewriters feel nothing like any electronic keyboard, as you have to beat the crap out of the keys and hit them precisely in the center (or your finger would get stuck).