Skip to content

Commit

Permalink
Update for milc 1.9.0 changes (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Oct 27, 2024
1 parent 87c3567 commit 8f85a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions qmk_cli/script_qmk.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
from . import __version__
from .helpers import find_qmk_firmware, is_qmk_firmware

milc.set_metadata(version=__version__)
milc.cli.milc_options(version=__version__)
milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}Ψ{style_reset_all}'

# These must happen after the milc.set_metadata() call
import milc.subcommand.config # noqa, must come after milc.set_metadata()
from milc.questions import yesno
# These must happen after the milc.milc_options() call
import milc.subcommand.config # noqa, must come after milc.milc_options()


@milc.cli.entrypoint('CLI wrapper for running QMK commands.')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers =
[options]
install_requires =
hid
milc>=1.6.8
milc>=1.9.0
pyusb
setuptools>=45
# qmk_firmware packages
Expand Down

0 comments on commit 8f85a88

Please sign in to comment.