Add hold-tap to sidebar.
This commit is contained in:
parent
c8f95dbaa8
commit
e559cb2d71
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
|||
module.exports = {
|
||||
someSidebar: {
|
||||
"Getting Started": ["intro", "hardware", "faq", "user-setup","customization", "bond-reset"],
|
||||
"Getting Started": [
|
||||
"intro",
|
||||
"hardware",
|
||||
"faq",
|
||||
"user-setup",
|
||||
"customization",
|
||||
"bond-reset",
|
||||
],
|
||||
Features: [
|
||||
"feature/keymaps",
|
||||
"feature/displays",
|
||||
|
@ -11,6 +18,7 @@ module.exports = {
|
|||
"behavior/key-press",
|
||||
"behavior/layers",
|
||||
"behavior/misc",
|
||||
"behavior/hold-tap",
|
||||
"behavior/mod-tap",
|
||||
"behavior/reset",
|
||||
"behavior/lighting",
|
||||
|
|
Loading…
Reference in a new issue