dumang-ctrl

Dumang DK6 Tools


License
MIT-feh
Install
pip install dumang-ctrl==1.0.3

Documentation

Logo

BeyondQ DuMang Keyboard Programming Tools

GitHub PyPI MadeWithPython Maintained

This is an open-source toolset for use with the DuMang line of keyboards from Beyond Q.

These keyboards are fully programmable and support multiple layers.

Supported OSes:

Linux

Mac OS X

NOTE: For correct functionality under Linux, you need to copy the udev file provided in this repo into the appropriate directory for you distro. You might then need to call udevadm control --reload-rules to reload the rules.

Should you run into any problems please open an Issue. Hopefully I can help 😸

Install

Using PyPI

$ pip install dumang-ctrl

The PyPI package can be found at https://pypi.org/project/dumang-ctrl/

Using Arch Linux

ArchLinux

Using your AUR helper of choice install the dumang-ctrl package.

Usage

Please refer to the Github Pages or docs/.

Build (for Development)

$ make setup
$ make build

You may activate the virtualenv by running make shell.