Skip to content
#

zephyr

Here are 122 public repositories matching this topic...

petejohanson
petejohanson commented Feb 9, 2021

As part of the behavior locality work, we added ability for a behavior binding from "state relative" to "state absolute", and updated many behaviors to add the necessary callbacks.

One behavior not updated full was the RGB Underglow one, in particular:

  • Effect forward/backwards
  • Effect speed selection

Are not currently made absolute based on the current state of the central.

This ne

mbolivar
mbolivar commented Dec 19, 2018

repo forall defines a useful set of environment variables for the duration of each call:

  • REPO_PROJECT is set to the unique name of the project.
  • REPO_PATH is the path relative to the root of the client.
  • REPO_REMOTE is the name of the remote system from the manifest.
  • REPO_LREV is the name of the revision from the manifest, translated to a local tracking branch. Used if you need to pass

Improve this page

Add a description, image, and links to the zephyr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zephyr topic, visit your repo's landing page and select "manage topics."

Learn more