this post was submitted on 06 Mar 2026
23 points (100.0% liked)

Linux Gaming

24744 readers
104 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

As noted in the title, I am trying to figure out the safest way to update the firmware on my recently purchased Keychron K1 QMK V6 keyboard. I was finally able to get the web based Keychron Launcher app to talk to my KB after using chmod to give the correct HIDRAW device read-write access but it looks like the new firmware needs another utility to be installed and only the Windoze directions are provided.

From my own online research it looks like there is a terminal-based method but it wasn't really explained. I am not super concerned about updating the firmware since the preloaded version works well enough for my needs but I am still wondering if anyone knew of a tutorial on how to do this without bricking my shiny new keyboard.

I am using Fedora 43 Workstation if that makes any difference. Thanks in advance for any tips or advice!

you are viewing a single comment's thread
view the rest of the comments
[–] flamingos@feddit.uk 6 points 1 day ago (2 children)

Follow the instructions here to install qmk and the stuff it needs. Then go to Keychron's website (scroll to the 'Download Firmware and JSON Files' section) and find your keyboard. You should then have a .bin file. Make sure it's the right firmware for your model, Keychron have too many models with similar names and installing the wrong firmware will make the keyboard inoperable (not bricked, as it can still be recovered by installing the right firmware).

You can install this to your keyboard by putting it in DFU mode (remove the space bar and press the small exposed button while plugging the keyboard in) and run the command:

qmk -b <path to firmware file>
[–] wjrii@lemmy.world 5 points 1 day ago

This. The QMK environment flashing tools are generic and bundled for convenience, so they will work fine even with firmware files that aren't QMK at all, so long as they're for your keyboard or chipset. I use them to flash Soarer's style firmwares on Tuxedo OS.

[–] chippydingo@lemmy.world 1 points 1 day ago

Thank you for the detailed response. It will be good to have this information available if the need ever arises to necessitate updating the firmware for a more critical issue or feature. That said, I think I will accept the cautions and hold off on taking this action for now.