splitKbCompare VS ErgoDox

Compare splitKbCompare vs ErgoDox and see what are their differences.

splitKbCompare

An interactive tool for comparing layouts of different split mechanical keyboards (by jhelvy)

ErgoDox

ErgoDox Mechanical Keyboard pcb & acrylic case (by Ergodox-io)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
splitKbCompare ErgoDox
6 30
235 335
- 0.0%
3.7 0.0
about 1 month ago almost 3 years ago
R
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

splitKbCompare

Posts with mentions or reviews of splitKbCompare. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-08.
  • SVG of Moonlander?
    1 project | /r/ErgoMechKeyboards | 17 Mar 2023
    The tool is built in an unusual fashion - the images are in an adobe Illustrator file, and then exported as pngs for the separate layers. I suspect you can open the source files in AI and pull out the vectors your after. Here's the repo: https://github.com/jhelvy/splitKbCompare
  • ErgodoxE EZ – an ergonomic keyboard with open source firmware
    8 projects | news.ycombinator.com | 8 Sep 2022
    I used a Kinesis Advantage as my main keyboard for 10 years. A few years ago I got an Ergodox EZ, but just couldn't get into it. I've been using a NiZ Atom68 as my main keyboard for over a year now and am rather happy with it. I have plans to build and try

    These days I think that there are so many good community designed keyboards [0] that it behooves anyone who has the notion they'd like something better than a standard layout keyboard to do a bit of research and testing. For any keyboard layout it is fairly trivial to make a printout and stick it to your desk to get an impression of how it fits your hand size/shape and your preferred resting/neutral position.

    Recently I've found Ben Vallack [1] to be an excellent resource on keyboard customization and his philosophy echoes my own, though he shows much more dedication to the craft and exploration of keyboarding than I could ever hope or wish to. He has an excellent series on designing and making your own keyboard [2], as well as well thought out explanations and explorations of creating and learning personalized keyboard layouts [3][4]. His more general explorations of usability in computing and beyond have been inspiring as well [5].

      0: https://github.com/jhelvy/splitKbCompare
  • I'm looking for an ergonomic mechanical keyboard with Spanish keys - unicorn?
    2 projects | /r/ErgoMechKeyboards | 10 Apr 2022
    Try some split layouts on paper to get an idea https://github.com/jhelvy/splitKbCompare
  • Can we get a pinned discussion about key maps?
    1 project | /r/ErgoMechKeyboards | 1 Dec 2021
    alright, i've informed jhelvy (via github issue) about my plan to move his useful tool to a wiki entry. so let us wait for some days before someone make the thread about keymap and stuff.
  • It’s Finally Here! Manibus Keyboard Launches Midnight GMT, 4pm PT
    5 projects | /r/ErgoMechKeyboards | 30 Nov 2021
    The keyboard will also be added to the split keyboard layout comparison site. It's been added in the queue.
  • Manibus, my passion project of 3 years is finally in it's last stages of protoyping and I'd like to share it with you
    4 projects | /r/MechanicalKeyboards | 9 Sep 2021
    Hi again, just wanted to update you that I've opened and issue to add Manibus to the splitKbComparison website: https://github.com/jhelvy/splitKbCompare/issues/60

ErgoDox

Posts with mentions or reviews of ErgoDox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.
  • Best Ortholinear Keyboards
    1 project | /r/pcmasterrace | 7 Jul 2023
    https://www.ergodox.io/, been around forever now.
  • Ergodox keyboard
    1 project | /r/3d_printing_daily | 15 May 2023
  • Travel keyboard options
    4 projects | /r/ErgoMechKeyboards | 7 Apr 2023
    Closest split PCB based design with a Kinesis Advantage thumb cluster, I know of, is the Ergodox Would need tenting to emulate the keywells. Lovingly design and print a case with tenting legs for it? πŸ€”
  • I built a second ErgoDox to keep at the office. This is my first set of MT3 caps and I LOVE them.
    1 project | /r/MechanicalKeyboards | 7 Mar 2023
    Should be in here somewhere: https://github.com/Ergodox-io/ErgoDox
  • Gesucht: Ergonomische, mechanische Tastatur mit Nummernblock
    1 project | /r/de_EDV | 22 Jan 2023
  • ErgoDox EZ ft. GMK Lunar on Boba U4s. Love.
    1 project | /r/olkb | 12 Jan 2023
  • Keyboard Latency
    4 projects | news.ycombinator.com | 1 Dec 2022
    > Is ZSA's build known to have latency issues compared to QMK?

    ZSA is using a patched QMK - they even let you download the exact source for each firmware build they make for you. At the time when I switched to vanilla QMK (that was already some years ago), ZSA were veeery far behind master; running the latest QMK release fixed a couple of issues for me (like hotplugging the halves), so I guess there could be other improvements? No idea really.

    > Would a faster microprocessor help

    In the MCU world, latency and clock speed can have a very linear relationship - until they suddenly don't. The microcontroller's job is very simple really: scan the key matrix at a certain frequency, perform key debouncing, compare the current state with the previous, and craft a USB HID packet with key press/release events.

    So having twice the clock speed could theoretically let you scan twice as often, so it might let you cut the latency in half. Except we have those pesky physics getting in our way! For simplicity let's assume we don't have split halves (where there's an extra serial connection slowing things down); I'm no EE so I only grasp these concepts at the surface level, but signals take time to propagate, and long traces on the PCB (and cables too) have a tiny bit of their own capacitance. (Capacitors are like really fast, really tiny batteries - but they still take a tiny amount of time to charge and discharge, which does all sorts of interesting things to high-frequency signals.)

    On top of that, the electrical connection that the pieces of metal are making inside the switch, are never perfect at the exact instant the switch is supposed to (de)register: a couple electrons might start jumping over the air even before contact is made, and the physical connection is subject to normal wear, amplifying the "edge case" effect over its lifetime - which all together means we have to actually spend a certain amount of time "looking" at the state of the switch, to let it settle and make sure we got it right.

    We end up spending so much time letting physics do its job that in a trivial firmware, the MCU is actually spending a significant amount of time... just sleeping. Which means we were later able to cram all sorts of madness like individual RGB lightning or status displays, and never decreased the poll rate.

    Where would these 40ms come from then? Well I wouldn't get near the problem without an oscilloscope, and unfortunately I don't have one.

    > I'm just starting to get into custom keyboards.

    Then I recommend studying the original ErgoDox firmware & build instructions! It's extremely straightforward compared to a beast like QMK, which actually uses a whole RTOS.

    https://www.ergodox.io/; https://github.com/benblazak/ergodox-firmware

  • How to condense 48 buttons to a binary output
    1 project | /r/AskElectronics | 13 Nov 2022
  • Hotkeys in ergodox?
    1 project | /r/aoe2 | 11 Nov 2022
    Hi! Does anyone here have some experience playing age on an ergodox? I usually move the right part out of the way so that I can have more space for the mouse (it is actually great for things like FPS because the mouse hand is in a very natural position), but the default hotkeys force me to move my left hand across both sides, making it hard to actually hit the key without looking. I've been only using control groups 1-5 due to this, which is less than optimal.
  • Broke my 4th MS Sculpt in 6 years, so I finally made the switch to mechanical.
    2 projects | /r/ErgoMechKeyboards | 3 Nov 2022
    The closest open source keyboard you'll get next to the Moonlander is probably the ErgoDox that it's heavily inspired from.

What are some alternatives?

When comparing splitKbCompare and ErgoDox you can also consider the following projects:

keyboard-pcb-guide - Guide on how to design keyboard PCBs with KiCad

crkbd - Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys.

qmk_firmware - Open-source keyboard firmware for Atmel AVR and Arm USB families

SofleKeyboard - A split keyboard based on Lily58, Crkbd and Helix keyboards

regexplain - πŸ” An RStudio addin slash regex utility belt

rae-dux - Generated keyboard

manibus-switch-plates - Manibus keyboard plate files for those of you curious to try out the keyboard layout.

kanata - Improve keyboard comfort and usability with advanced customization

PowerAccent - Easily create accented letters with all type of keyboard (QWERTY, AZERTY, others...)

dactyl-cc - A Dactyl like 3d printed keyboard written in C++

komokana - Automatic application-aware keyboard layer switching for Windows

Ergo-S-1