Add files via upload

This commit is contained in:
Merlinov 2023-02-08 21:58:17 +03:00 committed by GitHub
parent 3f1fa249d5
commit 6592b32612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
],
},
],