Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): Add keymap recipes section #1953

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/docs/recipes/adjust-layer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Adjust Layer
sidebar_label: Adjust Layer
---

## Summary

Recipe summary

## Implementation

Recipe implementation
12 changes: 12 additions & 0 deletions docs/docs/recipes/callum-mods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Callum Mods
sidebar_label: Callum Mods
---

## Summary

Recipe summary

## Implementation

Recipe implementation
12 changes: 12 additions & 0 deletions docs/docs/recipes/home-row-mods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Home Row Mods
sidebar_label: Home Row Mods
---

## Summary

Recipe summary

## Implementation

Recipe implementation
12 changes: 12 additions & 0 deletions docs/docs/recipes/multiple-base-layers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Multiple Base Layers
sidebar_label: Multiple Base Layers
---

## Summary

Recipe summary

## Implementation

Recipe implementation
12 changes: 12 additions & 0 deletions docs/docs/recipes/os-profile-layer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: OS Profile Layer
sidebar_label: OS Profile Layer
---

## Summary

Recipe summary

## Implementation

Recipe implementation
7 changes: 7 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down