Port details |
- py-qmk CLI program for working with QMK firmware
- 1.1.5 sysutils
=2 1.1.5Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2021-02-18 21:12:31
- Last Update: 2024-06-23 04:26:37
- Commit Hash: 5c94ad1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/qmk/qmk_cli
- Description:
- A program to help users work with QMK keyboard firmware.
Features:
- Interact with your qmk_firmware tree from any location
- Use qmk clone to pull down anyone's qmk_firmware fork
- Setup your build environment with qmk setup
- Check that your environment is correctly setup with qmk doctor
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}qmk>0:sysutils/py-qmk@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-qmk/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-qmk
- pkg install py311-qmk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-qmk listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-qmk
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1719110823
SHA256 (qmk-1.1.5.tar.gz) = 2efe3c752230c6ba24b8719c3b6e85a5644bf8f7d0dd237757eda9b7b7e60b11
SIZE (qmk-1.1.5.tar.gz) = 12074
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-dotty-dict>=0 : devel/py-dotty-dict@py311
- py311-flake8>=0 : devel/py-flake8@py311
- py311-hid>=0 : comms/py-hid@py311
- py311-hjson>=0 : textproc/py-hjson@py311
- py311-jsonschema>=3 : devel/py-jsonschema@py311
- py311-milc>=1.4.0 : devel/py-milc@py311
- py311-nose2>=0 : devel/py-nose2@py311
- py311-pygments>=0 : textproc/py-pygments@py311
- py311-pyrsistent>=0 : devel/py-pyrsistent@py311
- py311-pyusb>=0 : devel/py-pyusb@py311
- py311-yapf>=0 : textproc/py-yapf@py311
- arm-none-eabi-gcc>0 : devel/arm-none-eabi-gcc
- avr-gcc>0 : devel/avr-gcc
- avr-libc>0 : devel/avr-libc
- avrdude>0 : devel/avrdude
- dfu-programmer>0 : comms/dfu-programmer
- dfu-util>0 : comms/dfu-util
- git : devel/git
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_py-qmk
- USES:
- python shebangfix
- pkg-message:
- For install:
- Setup
=====
Before finishing the setup of QMK by running `qmk setup`, it is advised to
install the python3 package first:
# pkg install python3
The reason for this is that the qmk_firmware scripts which are downloaded
during the setup expect python3 to be installed (instead of /usr/local/bin/python3.11).
Granting Write Permissions to USB Controllers
=============================================
Flashing images to controllers as a non-root user requires
some additional setup:
1. Add the user to the "operator" group:
# pw groupmod operator -m piotr
2. Add the following ruleset to /etc/devfs.rules:
[qmk=10]
add path 'ttyU*' mode 0660 group operator
3. Enable "qmk" ruleset:
# sysrc devfs_set_rulesets+="/dev=qmk"
4. Restart the devfs service to load the new rules:
# service devfs restart
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.5 23 Jun 2024 04:26:37
![commit hash: 5c94ad19176cbfebced2610320b2e27789dae56f commit hash: 5c94ad19176cbfebced2610320b2e27789dae56f](/images/git.png) ![commit hash: 5c94ad19176cbfebced2610320b2e27789dae56f commit hash: 5c94ad19176cbfebced2610320b2e27789dae56f](/images/codeberg.svg) ![commit hash: 5c94ad19176cbfebced2610320b2e27789dae56f commit hash: 5c94ad19176cbfebced2610320b2e27789dae56f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Wen Heping (wen) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 1.1.5
PR: 279597
Reported by: uqs@ |
1.0.0_1 28 Apr 2024 20:26:08
![commit hash: 49dc9c2f3b66ad47007816deebe5f14c75d8d063 commit hash: 49dc9c2f3b66ad47007816deebe5f14c75d8d063](/images/git.png) ![commit hash: 49dc9c2f3b66ad47007816deebe5f14c75d8d063 commit hash: 49dc9c2f3b66ad47007816deebe5f14c75d8d063](/images/codeberg.svg) ![commit hash: 49dc9c2f3b66ad47007816deebe5f14c75d8d063 commit hash: 49dc9c2f3b66ad47007816deebe5f14c75d8d063](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Return to the pool |
1.0.0_1 23 Apr 2023 09:09:58
![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/git.png) ![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/codeberg.svg) ![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Gerald Pfeifer (gerald) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.0.0 11 Jan 2023 15:58:34
![commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656](/images/git.png) ![commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656](/images/codeberg.svg) ![commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dmitry Marakasov (amdmi3) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0 16 Feb 2022 10:18:16
![commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79 commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79](/images/git.png) ![commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79 commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79](/images/codeberg.svg) ![commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79 commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Ulrich Spörlein (uqs) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Upgrade to 1.0.0
Differential Revision: https://reviews.freebsd.org/D33655 |
0.1.1 09 Jul 2021 14:53:31
![commit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbd commit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbd](/images/git.png) ![commit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbd commit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbd](/images/codeberg.svg) ![commit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbd commit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbd](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.1.1
- Redirect test results to /dev/null. We don't need them. |
0.1.0 27 Jun 2021 14:44:57
![commit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbe commit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbe](/images/git.png) ![commit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbe commit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbe](/images/codeberg.svg) ![commit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbe commit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbe](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.1.0 |
0.0.52 24 Jun 2021 11:15:33
![commit hash: cbae4eb64b8565d08074968b03356070f30f92cf commit hash: cbae4eb64b8565d08074968b03356070f30f92cf](/images/git.png) ![commit hash: cbae4eb64b8565d08074968b03356070f30f92cf commit hash: cbae4eb64b8565d08074968b03356070f30f92cf](/images/codeberg.svg) ![commit hash: cbae4eb64b8565d08074968b03356070f30f92cf commit hash: cbae4eb64b8565d08074968b03356070f30f92cf](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.0.52 |
0.0.51 28 May 2021 20:03:19
![commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861 commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861](/images/git.png) ![commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861 commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861](/images/codeberg.svg) ![commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861 commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.0.51 |
0.0.49 25 May 2021 10:34:36
![commit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1c commit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1c](/images/git.png) ![commit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1c commit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1c](/images/codeberg.svg) ![commit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1c commit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.0.49 |
0.0.48 12 May 2021 18:45:50
![commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214 commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214](/images/git.png) ![commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214 commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214](/images/codeberg.svg) ![commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214 commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Fix tests |
0.0.48 11 May 2021 13:29:00
![commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7 commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7](/images/git.png) ![commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7 commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7](/images/codeberg.svg) ![commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7 commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.0.48 |
0.0.46 11 May 2021 09:04:19
![commit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9e commit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9e](/images/git.png) ![commit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9e commit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9e](/images/codeberg.svg) ![commit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9e commit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9e](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.0.46 |
0.0.45 30 Apr 2021 12:25:30
![commit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300b commit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300b](/images/git.png) ![commit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300b commit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300b](/images/codeberg.svg) ![commit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300b commit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Use devfs setup instructions
It's better to recommend using devfs_set_rulesets instead of
devfs_system_ruleset to change device file permissions under /dev. |
0.0.45 15 Apr 2021 09:36:26
![commit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135ac commit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135ac](/images/git.png) ![commit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135ac commit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135ac](/images/codeberg.svg) ![commit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135ac commit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135ac](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/py-qmk: Update to 0.0.45
Also add a simple test target. |
0.0.40 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.40 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.0.40 02 Mar 2021 22:20:45
![Revision:566996 Revision:566996](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
0mp ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.0.40
Also, explain how to configure USB for qmk flash. |
0.0.39 18 Feb 2021 21:06:54
![Revision:565987 Revision:565987](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
0mp ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add sysutils/py-qmk
A program to help users work with QMK keyboard firmware.
Features:
- Interact with your qmk_firmware tree from any location
- Use qmk clone to pull down anyone's qmk_firmware fork
- Setup your build environment with qmk setup
- Check that your environment is correctly setup with qmk doctor
WWW: https://github.com/qmk/qmk_cli |