| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/py-qmk/files/ |
Upload File : |
[
{ type: install
message: <<EOM
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 %%PYTHON_CMD%%).
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
EOM
}
]