-
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.
Merge pull request #23 from bstiq/master
Simplify, update, detail keyboard customization
- Loading branch information
Showing
14 changed files
with
288 additions
and
34 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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Table of contents | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
# Introduction | ||
|
||
Congratulations on successfully building your keyboard! | ||
|
||
The Bastard Keyboards come with a range of features, and it's also easy to customize them. On this page you will find additional information on how to use them and make them your own. | ||
|
||
# Daily use | ||
|
||
## Default keymap | ||
|
||
You can find pictures of the default keymaps on the [default keymaps page][keymaps]. | ||
|
||
Alternatively, you can also plug in your keyboard and visualize the keymap using VIA (see VIA section). | ||
|
||
# Customization | ||
|
||
For customizing your keyboard, you can: | ||
|
||
- use VIA | ||
- use QMK | ||
|
||
## Using VIA | ||
|
||
All Bastard Keyboards come flashed with a VIA-enabled firmware. VIA is an additional layer that comes on top of QMK, and comes with a handy graphical interface. While it's limited in features, it removes the need to manage a git repository, the console and a QMK installation. | ||
|
||
You can open the [VIA Web Interface through usevia.app](https://usevia.app/). At the moment, only WebHID-enabled browsers work (eg. Chrome and Chromium-based). | ||
|
||
You can check the following tutorial on how to use it: | ||
{% include youtube.html id="cYICAlliJfU" %} | ||
|
||
Through VIA, you can customize: | ||
- the keymap | ||
- macros, layers | ||
- RGB | ||
|
||
## Using QMK | ||
|
||
This is for advanced users. | ||
|
||
For how to compile a custom hardware for your keyboard, take a look at the [how to compile your own firmware page][compile-firmware]. | ||
|
||
--- | ||
|
||
[compile-firmware]: {{site.baseurl}}/fw/compile-firmware.html | ||
[keymaps]: {{site.baseurl}}/fw/default-keymaps.html | ||
[flashing]: {{site.baseurl}}/fw/flashing.html |
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,9 +1,9 @@ | ||
--- | ||
layout: default | ||
title: Customizing your keyboard | ||
title: Using your keyboard | ||
nav_order: 13 | ||
parent: Build guide - Charybdis | ||
--- | ||
|
||
|
||
{% include customize_keyboard.md %} | ||
{% include use_keyboard_chary.md %} |
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,9 +1,9 @@ | ||
--- | ||
layout: default | ||
title: Customizing your keyboard | ||
title: Using your keyboard | ||
nav_order: 13 | ||
parent: Build guide - Charybdis Nano | ||
--- | ||
|
||
|
||
{% include customize_keyboard.md %} | ||
{% include use_keyboard_chary.md %} |
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,9 @@ | ||
--- | ||
layout: default | ||
title: Using your Dilemma | ||
nav_order: 99 | ||
parent: Build guide - Dilemma | ||
--- | ||
|
||
|
||
{% include use_keyboard_chary.md %} |
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 was deleted.
Oops, something went wrong.
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
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,9 +1,9 @@ | ||
--- | ||
layout: default | ||
title: Customizing your keyboard | ||
title: Using your keyboard | ||
nav_order: 13 | ||
parent: Build guide - Scylla | ||
--- | ||
|
||
|
||
{% include customize_keyboard.md %} | ||
{% include use_keyboard.md %} |
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,9 +1,9 @@ | ||
--- | ||
layout: default | ||
title: Customizing your keyboard | ||
title: Using your keyboard | ||
nav_order: 13 | ||
parent: Build guide - Skeletyl | ||
--- | ||
|
||
|
||
{% include customize_keyboard.md %} | ||
{% include use_keyboard.md %} |
Oops, something went wrong.