Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonchinn178/dygma
A Python API for Dygma keyboards
https://github.com/brandonchinn178/dygma
Last synced: 25 days ago
JSON representation
A Python API for Dygma keyboards
- Host: GitHub
- URL: https://github.com/brandonchinn178/dygma
- Owner: brandonchinn178
- Created: 2020-03-14T01:45:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T02:55:59.000Z (about 2 years ago)
- Last Synced: 2024-04-24T06:20:37.535Z (7 months ago)
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Dygma API
This python package provides an API for communicating with a Dygma keyboard.
WORK IN PROGRESS
## Installation
```bash
pip install git+https://github.com/brandonchinn178/dygma.git@master
```## Syncing keyboard
The primary usage of this package is to configure your layers in YAML files
and then uploading those layers to the keyboard. To do so, write a YAML file
in the same format as `example/dygma.yaml` and run```bash
dygma sync path/to/dygma.yaml
```## API
```
TODO: show example of using API
```