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: [
|
||||||
"features/keymaps",
|
"features/keymaps",
|
||||||
"features/combos",
|
"features/combos",
|
||||||
"features/conditional-layers",
|
|
||||||
"features/debouncing",
|
|
||||||
"features/displays",
|
"features/displays",
|
||||||
"features/encoders",
|
"features/encoders",
|
||||||
"features/underglow",
|
"features/underglow",
|
||||||
"features/backlight",
|
|
||||||
"features/battery",
|
|
||||||
"features/beta-testing",
|
"features/beta-testing",
|
||||||
],
|
],
|
||||||
Behaviors: [
|
Behaviors: [
|
||||||
|
@ -27,18 +23,13 @@ module.exports = {
|
||||||
"behaviors/hold-tap",
|
"behaviors/hold-tap",
|
||||||
"behaviors/mod-tap",
|
"behaviors/mod-tap",
|
||||||
"behaviors/mod-morph",
|
"behaviors/mod-morph",
|
||||||
"behaviors/macros",
|
|
||||||
"behaviors/key-toggle",
|
|
||||||
"behaviors/sticky-key",
|
"behaviors/sticky-key",
|
||||||
"behaviors/sticky-layer",
|
"behaviors/sticky-layer",
|
||||||
"behaviors/tap-dance",
|
"behaviors/mouse-emulation",
|
||||||
"behaviors/caps-word",
|
|
||||||
"behaviors/key-repeat",
|
|
||||||
"behaviors/reset",
|
"behaviors/reset",
|
||||||
"behaviors/bluetooth",
|
"behaviors/bluetooth",
|
||||||
"behaviors/outputs",
|
"behaviors/outputs",
|
||||||
"behaviors/underglow",
|
"behaviors/lighting",
|
||||||
"behaviors/backlight",
|
|
||||||
"behaviors/power",
|
"behaviors/power",
|
||||||
],
|
],
|
||||||
Codes: [
|
Codes: [
|
||||||
|
@ -52,20 +43,6 @@ module.exports = {
|
||||||
"codes/power",
|
"codes/power",
|
||||||
"codes/keymap-upgrader",
|
"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: [
|
||||||
"development/clean-room",
|
"development/clean-room",
|
||||||
"development/documentation",
|
"development/documentation",
|
||||||
|
@ -83,7 +60,6 @@ module.exports = {
|
||||||
items: [
|
items: [
|
||||||
"development/new-shield",
|
"development/new-shield",
|
||||||
"development/hardware-metadata-files",
|
"development/hardware-metadata-files",
|
||||||
"development/new-behavior",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue