diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-21 00:33:48 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-21 11:23:45 -0400 |
commit | 805ea770053269278fe0ed443b68f600021d82d1 (patch) | |
tree | e36950a4fa09259c007069f458376a910b80ead4 /docs/sidebars.js | |
parent | 1ff13676f7fbab5c0d69317be0d186709a7872c8 (diff) |
feat(behaviors): Add `&bootloader` behavior.
* Allow reset behavior to have a type property.
* Add `bootloader` node that triggers DFU UF2
bootloader mode using the AdaFruit nrf52
bootloader.
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 8c7c97f..51313fc 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -12,6 +12,7 @@ module.exports = { "behavior/layers", "behavior/misc", "behavior/mod-tap", + "behavior/reset", "behavior/lighting", ], Development: [ |