mirror of https://github.com/zmkfirmware/zmk.git
feat(docs): add new recipes section
Recipes document distinct functionality provided by novel use of existing config, features, and behaviors. n.b. All pages are currently only placeholders. All names are tentative.
This commit is contained in:
parent
11996ff7f0
commit
51503629c7
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Adjust Layer
|
||||
sidebar_label: Adjust Layer
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
Recipe summary
|
||||
|
||||
## Implementation
|
||||
|
||||
Recipe implementation
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Callum Mods
|
||||
sidebar_label: Callum Mods
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
Recipe summary
|
||||
|
||||
## Implementation
|
||||
|
||||
Recipe implementation
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Home Row Mods
|
||||
sidebar_label: Home Row Mods
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
Recipe summary
|
||||
|
||||
## Implementation
|
||||
|
||||
Recipe implementation
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Multiple Base Layers
|
||||
sidebar_label: Multiple Base Layers
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
Recipe summary
|
||||
|
||||
## Implementation
|
||||
|
||||
Recipe implementation
|
||||
|
|
@ -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/power",
|
||||
],
|
||||
Recipes: [
|
||||
"recipes/adjust-layer",
|
||||
"recipes/callum-mods",
|
||||
"recipes/home-row-mods",
|
||||
"recipes/multiple-base-layers",
|
||||
"recipes/os-profile-layer",
|
||||
],
|
||||
Codes: [
|
||||
"codes/index",
|
||||
"codes/keyboard-keypad",
|
||||
|
|
|
|||
Loading…
Reference in New Issue