pedals

command module
v0.0.0-...-a6be08a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2022 License: AGPL-3.0 Imports: 12 Imported by: 0

README

pedals

A little program for using pedals I bought off aliexpress.

Build and Run

go get github.com/chzchzchz/pedals
pedals # lists devices
pedals your_config.json

json example

Bind to device usb-1a86_e026-event-kbd and register handlers on key "a":

[
{
  "device" : "usb-1a86_e026-event-kbd",
  "keys" : {"a" : {"up" : ["on_up.sh"], "down" : ["on_down.sh", "arg1"], "hold" : ["abc"]  }}
}
]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL