Best sounding switches and Keycap profile
Hi Everyone, I just bought my first mechanical keyboard (Wooting 80HE) and ordered the Geon Raws HE after watching a few YouTube videos—they sounded great. However, on my keyboard, they sound clacky as hell, and I actually prefer the Lekker 60 V2! They’re much quieter and sound better (in my opinion). Right now, I’m using the PCR case because my Zinc case won’t arrive for another month (mid-March). Do you think that’s why the Geon Raws HE sound so off? I’m considering getting the Jades Pro, but I don’t want to waste more money on switches if it’s not necessary. Should I wait for the Zinc case and then decide? What would you do or recommend for someone who prefers thocky or silent keyboards? I also have a question about keycaps. I’m struggling with typing—I’m used to working all day on an MX Keys S, but with the Wooting keyboard, I keep pressing multiple keys at once. Adjusting has been tough. Can you recommend a keycap profile that might help? Would DSA work, or do you have other...
Feb 6, 2025
- On a Mac or Linux, run the command like this: `./mdloader --first --smarteep`.
- On Windows, run it like this: `mdloader.exe --first --smarteep`
Note that the keyboard will not reboot automatically after this command, so you should unplug it and plug it in again to start it up. For reference, the changes to the loader in this fork are from the pending PR here: https://github.com/Massdrop/mdloader/pull/16Update your keymap to save your settings Now to update the default keymap to save the settings. I created a fork of the latest QMK today and added the required changes to it: https://github.com/ottobonn/qmk_firmware These changes include a new default keymap for the CTRL that saves a bunch of settings to the nonvolatile memory, and some changes based on community work to support SmartEEPROM in QMK, which I have adapted to make a bit more readable. Check out the master branch on this fork of QMK and `make massdrop/ctrl:default_md` to build the new keymap. I have the Drop CTRL and I have tested these steps to persist the settings even after unplugging the keyboard, and it's working great! I am planning to add support for the ALT soon as well. If you need help adapting the CTRL keymap to the ALT, let me know.
- "In your terminal, change to the directory where you downloaded the executable and applet-*.bin file(s)."
- Windows: Run mdloader_windows.exe --first --download FILE_NAME [mine says: "massdrop_ctrl_preset_ctrl__default.bin"] --restart. Replace "FILE_NAME" with the filename of your compiled firmware.
and I should see a summary where the line says: appletfile: applet-flash-samd51j18a.bin but my cmd line still says applet file: applet-mdflash.bin Is this all backwards? Do I need to continue on and build something? obviously i still need to update the keymap. however, my applet file being used isn't even the right one, so should I be doing something else first before I even flash a new bin?