Skip to content

Releases: FrameworkComputer/qmk_hid

v0.1.12

21 Nov 09:37
ab6fefa
Compare
Choose a tag to compare
v0.1.12 Pre-release
Pre-release

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 interface
    • qmk_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

v0.1.11

31 Aug 02:16
50a4119
Compare
Choose a tag to compare
v0.1.11 Pre-release
Pre-release

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 interface
    • qmk_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

v0.1.10

10 Aug 05:19
0d34586
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release

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

08 Aug 14:48
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release

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

14 Jul 02:29
f3ba158
Compare
Choose a tag to compare
v0.1.8 Alpha Pre-release
Pre-release

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

11 Jul 01:44
4e1da6d
Compare
Choose a tag to compare
v0.1.7 Alpha Pre-release
Pre-release

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

29 Jun 08:22
afbe3a0
Compare
Choose a tag to compare
v0.1.6 Alpha Pre-release
Pre-release

Changes:

  • Bundle all dependencies on Windows, no need to install anything to run it
  • Update dependencies

v0.1.5 Alpha

24 Mar 04:28
cd4c760
Compare
Choose a tag to compare
v0.1.5 Alpha Pre-release
Pre-release

Skipping v0.1.4 to be in sync with the keyboard firmware.

Changes:

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

09 Mar 05:10
Compare
Choose a tag to compare
v0.1.3 Alpha Pre-release
Pre-release

Allow setting white RGB color:

qmk_hid via --rgb-color white

v0.1.2 Alpha

01 Mar 08:43
Compare
Choose a tag to compare
v0.1.2 Alpha Pre-release
Pre-release

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