Releases: FrameworkComputer/qmk_hid
Releases · FrameworkComputer/qmk_hid
v0.1.12
What's Changed
- qmk_hid
- No change, just version bump
- qmk_gui
- Include keyboard firmware v0.2.4, v0.2.5, v0.2.6, v0.2.7
- Fix red RGB button
- Fix firmware update with Chinese Windows language
What to download
- If you're on Windows
qmk_gui_v0.1.12.exe
for the graphical user interfaceqmk_hid_windows_v0.1.11.zip
for commandline interface with extra debugging
- If you're on Linux
- Clone the repo and run
qmk_gui.py
for the GUI qmk_hid_linux_v0.1.12.zip
for commandline interface with extra debugging
- Clone the repo and run
v0.1.11
What's Changed
- qmk_hid
- No change, just version bump
- qmk_gui
- Include keyboard firmware v0.2.3
What to download
- If you're on Windows
qmk_gui_v0.1.11.exe
for the graphical user interfaceqmk_hid_windows_v0.1.11.zip
for commandline interface with extra debugging
- If you're on Linux
- Clone the repo and run
qmk_gui.py
for the GUI qmk_hid_linux_v0.1.11.zip
for commandline interface with extra debugging
- Clone the repo and run
v0.1.10
What's Changed
- qmk_hid
- No change, not part of this release
- qmk_gui
- Fix a bug where the flash button would flash the wrong keyboard
- Condense design so that it's not extremely long
v0.1.9
What's Changed
- qmk_hid
- Allow using Rust code as a library
- Add commands for UEFI hotkey mode and factory mode
- qmk_gui
- Implement getting brightness
- Disable device when it disconnects (force user to restart app)
- Add app icon
- Allow syncing brightness between keyboards, but disable by default
- Add FW versions 0.2.1 and 0.2.2
- Add button for UEFI hotkey mode and factory mode
v0.1.8 Alpha
Changes:
- Include v0.2.0 firmware in Windows .exe
- Numlock support, Windows and Linux
- Display current numlock status
- Add button to toggle numlock status
v0.1.7 Alpha
Adds qmk_gui.py
script to easily control the keyboard.
On Linux it can be run from the terminal, linux users should be familiar with installing dependencies and running Python scripts.
For Windows there's a pre-build executable that can be downloaded here. It also includes recent Framework Keyboard firmware releases.
v0.1.6 Alpha
Changes:
- Bundle all dependencies on Windows, no need to install anything to run it
- Update dependencies
v0.1.5 Alpha
Skipping v0.1.4 to be in sync with the keyboard firmware.
Changes:
- Add --save argument to save settings
- Build binaries in release mode
Please download qmk_hid.exe
instead of old_qmk_hid_windows.zip
. The .exe
file is standalone and does not require installation of anything else.
v0.1.3 Alpha
Allow setting white RGB color:
qmk_hid via --rgb-color white
v0.1.2 Alpha
Add command flag to allow easily setting color.
qmk_hid via --rgb-color red
qmk_hid via --rgb-color yellow
qmk_hid via --rgb-color green
qmk_hid via --rgb-color cyan
qmk_hid via --rgb-color blue
qmk_hid via --rgb-color purple
qmk_hid via --rgb-color white