ErgoDox VS qmk_configurator

Compare ErgoDox vs qmk_configurator and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
ErgoDox qmk_configurator
30 105
335 653
0.0% 1.5%
0.0 7.8
almost 3 years ago 25 days ago
JavaScript
- -
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.

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.

qmk_configurator

Posts with mentions or reviews of qmk_configurator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-24.
  • Soldering Dactyl Manuform
    1 project | /r/ErgoMechKeyboards | 14 May 2023
    Handedness? Not sure what do you mean by that. I'm using the config.qmk.fm website for the key configuration
  • mouse controls on qmk
    1 project | /r/ErgoMechKeyboards | 3 May 2023
    I'm using https://config.qmk.fm/ to create a firmware for Iris rev.7 including mouse keys, and then use QMK toolbox on MacOs to flash the firmware, but while everything else works in all layers, the mouse keys do not move the cursor at all. Any ideas?
  • French layout on a preonic
    1 project | /r/olkb | 28 Apr 2023
    How can I use https://config.qmk.fm/ to map certain specific keys such as € or @, that are not direct or available in the framework ?
  • Could use a bit of help with a layer not functioning as expected
    1 project | /r/olkb | 4 Apr 2023
    "documentation": "\"This file is a QMK Configurator export. You can import this at . It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: \n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
  • Confused about qmk flashing layouts to crkbd
    3 projects | /r/ErgoMechKeyboards | 24 Mar 2023
    I didn't want to really start another thread because the question I have is so similar I think. I was somehow able to use config.qmk.fm to map a really generic colemak-dh keymap, I read the qmk noob section so I looked up how to use github/git completely lost, I have the Corne 3x6 I didn't build it I purchased it secondhand so Ive been doing some research on ergonomic mapping Miryoku generally seems to be a solid choice
  • charybdis prebuild or moonlander?
    1 project | /r/ErgoMechKeyboards | 18 Mar 2023
    I'd recommend you jump on QMK configurator, select the Charybdis of desired size, and start making your layers 😉
  • DZ60 Keyboard not Working After Flashing
    1 project | /r/olkb | 6 Mar 2023
    My keyboard was working fine prior to flashing. I have a solderable dz60 (ATMEGA32U4). I tried to flash it with firmware downloaded from config.qmk.fm (selected dz60 as keyboard). It said successful on qmk toolbox, but my caps lock light is stuck on and no button presses work. The esc + plugin option to reset stopped working, so I had to take the pcb out to press the reset button. Still not working after flashing with default firmware downloaded from config.qmk.fm. I tried flashing it with dz60 via firmware, and it gets recognized in via now, but still not working. After hours of troubleshooting of it not working, I flashed it with dz60rgb_v2 just to see what happens, and then very few of the keys work after a few presses (but they're mismapped), and the caps lock light goes off. I've tried the keyboard on different devices, and on both of them it gets recognized as a keyboard, but the caps lock light is still stuck on and no presses register.
  • Dactyl Manuform with Amoeba King PCBs -- Keypresses not detected
    4 projects | /r/ErgoMechKeyboards | 20 Feb 2023
    Let's suppose that the issue is the diode orientation. I'm a total QMK newbie -- how could I swap between ROW2COL and COL2ROW at the firmware level? On the QMK Github I see instructions for modifying the appropriate headers. But when I generate my config from config.qmk.fm I only get a single .hex file. Thanks again!
  • Can Corne keymap be converted for use with Piantor keyboard?
    2 projects | /r/ErgoMechKeyboards | 13 Feb 2023
    Probably the easiest way to do it by clicking buttons is to use config.qmk.fm.
  • I'm so confused on oryx vs qmk
    1 project | /r/olkb | 10 Feb 2023
    For non-ez keyboards, a similar tool is the QMK Configurator. See this documentation page or the video tutorial for an overview.

What are some alternatives?

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

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

vial-qmk - QMK fork with Vial-specific features.

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

miryoku_qmk - Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. Miryoku QMK is the Miryoku implementation for QMK.

rae-dux - Generated keyboard

keyboard-layout-editor - Web application to enable the design & editing of keyboard layouts

kanata - Improve keyboard comfort and usability with advanced customization

qmk_toolbox - A Toolbox companion for QMK Firmware

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

wincompose - 🔣 Compose Key for Windows

Ergo-S-1

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