Add lighting behavior docs

This commit is contained in:
Nick
2020-08-08 17:23:11 -05:00
parent e2848c66c3
commit c92f114efe
2 changed files with 55 additions and 1 deletions

View File

@@ -7,7 +7,11 @@ module.exports = {
"feature/encoders",
"feature/underglow",
],
Behaviors: ["behavior/key-press", "behavior/layers"],
Behaviors: [
"behavior/key-press",
"behavior/layers",
"behavior/lighting",
],
Development: [
"dev-clean-room",
"dev-setup",