Compare commits
1 commit
main
...
docs/recip
Author | SHA1 | Date | |
---|---|---|---|
|
51503629c7 |
6 changed files with 67 additions and 0 deletions
12
docs/docs/recipes/adjust-layer.md
Normal file
12
docs/docs/recipes/adjust-layer.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Adjust Layer
|
||||||
|
sidebar_label: Adjust Layer
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Recipe summary
|
||||||
|
|
||||||
|
## Implementation
|
||||||
|
|
||||||
|
Recipe implementation
|
12
docs/docs/recipes/callum-mods.md
Normal file
12
docs/docs/recipes/callum-mods.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Callum Mods
|
||||||
|
sidebar_label: Callum Mods
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Recipe summary
|
||||||
|
|
||||||
|
## Implementation
|
||||||
|
|
||||||
|
Recipe implementation
|
12
docs/docs/recipes/home-row-mods.md
Normal file
12
docs/docs/recipes/home-row-mods.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Home Row Mods
|
||||||
|
sidebar_label: Home Row Mods
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Recipe summary
|
||||||
|
|
||||||
|
## Implementation
|
||||||
|
|
||||||
|
Recipe implementation
|
12
docs/docs/recipes/multiple-base-layers.md
Normal file
12
docs/docs/recipes/multiple-base-layers.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Multiple Base Layers
|
||||||
|
sidebar_label: Multiple Base Layers
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Recipe summary
|
||||||
|
|
||||||
|
## Implementation
|
||||||
|
|
||||||
|
Recipe implementation
|
12
docs/docs/recipes/os-profile-layer.md
Normal file
12
docs/docs/recipes/os-profile-layer.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: OS Profile Layer
|
||||||
|
sidebar_label: OS Profile Layer
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Recipe summary
|
||||||
|
|
||||||
|
## Implementation
|
||||||
|
|
||||||
|
Recipe implementation
|
|
@ -43,6 +43,13 @@ module.exports = {
|
||||||
"behaviors/backlight",
|
"behaviors/backlight",
|
||||||
"behaviors/power",
|
"behaviors/power",
|
||||||
],
|
],
|
||||||
|
Recipes: [
|
||||||
|
"recipes/adjust-layer",
|
||||||
|
"recipes/callum-mods",
|
||||||
|
"recipes/home-row-mods",
|
||||||
|
"recipes/multiple-base-layers",
|
||||||
|
"recipes/os-profile-layer",
|
||||||
|
],
|
||||||
Codes: [
|
Codes: [
|
||||||
"codes/index",
|
"codes/index",
|
||||||
"codes/keyboard-keypad",
|
"codes/keyboard-keypad",
|
||||||
|
|
Loading…
Add table
Reference in a new issue