Skip to content

Commit

Permalink
add notes system
Browse files Browse the repository at this point in the history
  • Loading branch information
bstiq committed Oct 17, 2023
1 parent 6b6c98c commit f4b5207
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ callouts:
callouts:
warning:
title: Warning
color: red
color: red
callouts:
note:
title: Note
color: grey-lt
28 changes: 14 additions & 14 deletions fw/charybdis-keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,39 +87,39 @@ The Charybdis firmware comes with a number of custom keycodes related to feature

## Firmware configuration

> **Note** <br/>
> This requires a firmware update.
{: .note }
This requires a firmware update.

The following section explains how to update the firmware source code to fine-tune your experience. This requires a functional development environment for QMK (https://docs.qmk.fm/#/newbs) and, ideally, some prior experience in computer science and the C programming language.

### Changing dynamic DPI scaling default and increment values

> **Note** <br/>
> This requires a firmware update.
{: .note }
This requires a firmware update.

### Auto sniping on layer

> **Note** <br/>
> This requires a firmware update.
{: .note }
This requires a firmware update.

### Auto pointer layer

> **Note** <br/>
> This requires a firmware update.
{: .note }
This requires a firmware update.

### X/Y axis inversion

> **Note** <br/>
> This requires a firmware update.
{: .note }
This requires a firmware update.

### Extended mouse reports

> **Note** <br/>
> This requires a firmware update.
{: .note }
This requires a firmware update.

By default, QMK reports the pointing device movement using numbers between `-127` and `128`.

### Configuration sync between each half

> **Note** <br/>
> This requires a firmware update.
{: .note }
This requires a firmware update.

0 comments on commit f4b5207

Please sign in to comment.