Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```