1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: qmk
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Agathe Porte <gagath@debian.org>
Build-Depends:
debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3-all,
python3-hid,
python3-hjson,
python3-milc,
python3-setuptools,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/qmk
Vcs-Git: https://salsa.debian.org/python-team/packages/qmk.git
Homepage: https://github.com/qmk/qmk_cli
Rules-Requires-Root: no
Package: qmk
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
avr-libc,
avrdude,
binutils-arm-none-eabi,
binutils-avr,
build-essential,
clang-format,
dfu-programmer,
dfu-util,
diffutils,
gcc,
gcc-arm-none-eabi,
gcc-avr,
git,
libhidapi-hidraw0,
libnewlib-arm-none-eabi,
libusb-dev,
python3-hid,
python3-pip,
teensy-loader-cli,
unzip,
wget,
zip,
Description: program to help users work with QMK Firmware
A program to help users work with QMK Firmware (https://qmk.fm/).
.
# 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`
* Use `qmk console` to get debugging information from your keyboard(s)
* Check that your environment is correctly setup with `qmk doctor`
* Integrates with qmk_firmware for additional functionality:
* `qmk compile`
* `qmk info`
* `qmk flash`
* `qmk lint`
* ...and many more!
|