Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <dhs@frame.work>
  • Loading branch information
JohnAZoidberg committed Jul 11, 2023
1 parent bdfb1aa commit a6a48aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmk_hid"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "BSD-3-Clause"
description = "Commandline tool to interact with QMK devices via their raw HID interface"
Expand Down
2 changes: 2 additions & 0 deletions qmk_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# - Show connected devices
# - Get firmware version

PROGRAM_VERSION = "0.1.7"
FWK_VID = 0x32AC

QMK_INTERFACE = 0x01
Expand Down Expand Up @@ -180,6 +181,7 @@ def main(devices):
[sg.HorizontalSeparator()],
[sg.Text("Save Settings")],
[sg.Button("Save", k='-SAVE-'), sg.Button("Clear EEPROM", k='-CLEAR-EEPROM-')],
[sg.Text(f"Program Version: {PROGRAM_VERSION}")],
]
window = sg.Window("QMK Keyboard Control", layout)

Expand Down

0 comments on commit a6a48aa

Please sign in to comment.