-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
108 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Charybdis Keymap | ||
title: Charybdis Features | ||
nav_order: 1 | ||
parent: Firmware | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
--- | ||
layout: default | ||
title: Default keymaps | ||
nav_order: 1 | ||
parent: Firmware | ||
--- | ||
|
||
# Table of contents | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
This page contains reference pictures for all the default keymaps flashed onto the Bastard Keyboards. | ||
|
||
Releases are available here: | ||
https://github.com/Bastardkb/bastardkb-qmk/releases | ||
|
||
For more information on the features from the Charybdis keymaps, see the [charybdis features][chary] page. | ||
|
||
|
||
# Charybdis | ||
|
||
![](../assets/pics/layouts/charybdis/Base.png) | ||
|
||
![](../assets/pics/layouts/charybdis/Lower.png) | ||
|
||
![](../assets/pics/layouts/charybdis/Raise.png) | ||
|
||
![](../assets/pics/layouts/charybdis/Mouse.png) | ||
|
||
|
||
# Charybdis Mini | ||
|
||
![](../assets/pics/layouts/cmini/Base.png) | ||
|
||
![](../assets/pics/layouts/cmini/Lower.png) | ||
|
||
![](../assets/pics/layouts/cmini/Raise.png) | ||
|
||
![](../assets/pics/layouts/cmini/Mouse.png) | ||
|
||
# Charybdis Nano | ||
|
||
![](../assets/pics/layouts/cnano/Base.png) | ||
|
||
![](../assets/pics/layouts/cnano/Nav.png) | ||
|
||
![](../assets/pics/layouts/cnano/Mouse.png) | ||
|
||
![](../assets/pics/layouts/cnano/Media.png) | ||
|
||
![](../assets/pics/layouts/cnano/Num.png) | ||
|
||
![](../assets/pics/layouts/cnano/Sym.png) | ||
|
||
![](../assets/pics/layouts/cnano/Fun.png) | ||
|
||
# Dilemma MAX | ||
|
||
// TODO | ||
|
||
# Dilemma | ||
|
||
// TODO | ||
|
||
# Scylla | ||
|
||
![](../assets/pics/layouts/scylla/Base.png) | ||
|
||
![](../assets/pics/layouts/scylla/Nav_Sym.png) | ||
|
||
![](../assets/pics/layouts/scylla/Extra.png) | ||
|
||
|
||
# TBK Mini | ||
|
||
![](../assets/pics/layouts/tbkmini/Base.png) | ||
|
||
![](../assets/pics/layouts/tbkmini/Num.png) | ||
|
||
![](../assets/pics/layouts/tbkmini/Sym.png) | ||
|
||
![](../assets/pics/layouts/tbkmini/Extra.png) | ||
|
||
# Skeletyl | ||
|
||
![](../assets/pics/layouts/skeletyl/Base.png) | ||
|
||
![](../assets/pics/layouts/skeletyl/Num.png) | ||
|
||
![](../assets/pics/layouts/skeletyl/Sym.png) | ||
|
||
![](../assets/pics/layouts/skeletyl/Extra.png) | ||
|
||
|
||
---- | ||
|
||
[chary]: {{site.baseurl}}/fw/charybdis-features.html |