Add files via upload
This commit is contained in:
parent
3f1fa249d5
commit
6592b32612
1 changed files with 2 additions and 26 deletions
|
@ -11,13 +11,9 @@ module.exports = {
|
|||
Features: [
|
||||
"features/keymaps",
|
||||
"features/combos",
|
||||
"features/conditional-layers",
|
||||
"features/debouncing",
|
||||
"features/displays",
|
||||
"features/encoders",
|
||||
"features/underglow",
|
||||
"features/backlight",
|
||||
"features/battery",
|
||||
"features/beta-testing",
|
||||
],
|
||||
Behaviors: [
|
||||
|
@ -27,18 +23,13 @@ module.exports = {
|
|||
"behaviors/hold-tap",
|
||||
"behaviors/mod-tap",
|
||||
"behaviors/mod-morph",
|
||||
"behaviors/macros",
|
||||
"behaviors/key-toggle",
|
||||
"behaviors/sticky-key",
|
||||
"behaviors/sticky-layer",
|
||||
"behaviors/tap-dance",
|
||||
"behaviors/caps-word",
|
||||
"behaviors/key-repeat",
|
||||
"behaviors/mouse-emulation",
|
||||
"behaviors/reset",
|
||||
"behaviors/bluetooth",
|
||||
"behaviors/outputs",
|
||||
"behaviors/underglow",
|
||||
"behaviors/backlight",
|
||||
"behaviors/lighting",
|
||||
"behaviors/power",
|
||||
],
|
||||
Codes: [
|
||||
|
@ -52,20 +43,6 @@ module.exports = {
|
|||
"codes/power",
|
||||
"codes/keymap-upgrader",
|
||||
],
|
||||
Configuration: [
|
||||
"config/index",
|
||||
"config/backlight",
|
||||
"config/battery",
|
||||
"config/behaviors",
|
||||
"config/combos",
|
||||
"config/displays",
|
||||
"config/encoders",
|
||||
"config/keymap",
|
||||
"config/kscan",
|
||||
"config/power",
|
||||
"config/underglow",
|
||||
"config/system",
|
||||
],
|
||||
Development: [
|
||||
"development/clean-room",
|
||||
"development/documentation",
|
||||
|
@ -83,7 +60,6 @@ module.exports = {
|
|||
items: [
|
||||
"development/new-shield",
|
||||
"development/hardware-metadata-files",
|
||||
"development/new-behavior",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue