diff --git a/_config.yml b/_config.yml index a945654..cceb0f8 100644 --- a/_config.yml +++ b/_config.yml @@ -46,4 +46,8 @@ callouts: callouts: warning: title: Warning - color: red \ No newline at end of file + color: red +callouts: + note: + title: Note + color: grey-lt \ No newline at end of file diff --git a/fw/charybdis-keymap.md b/fw/charybdis-keymap.md index 6965fff..6a0b3f8 100644 --- a/fw/charybdis-keymap.md +++ b/fw/charybdis-keymap.md @@ -87,39 +87,39 @@ The Charybdis firmware comes with a number of custom keycodes related to feature ## Firmware configuration -> **Note**
-> 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**
-> This requires a firmware update. +{: .note } +This requires a firmware update. ### Auto sniping on layer -> **Note**
-> This requires a firmware update. +{: .note } +This requires a firmware update. ### Auto pointer layer -> **Note**
-> This requires a firmware update. +{: .note } +This requires a firmware update. ### X/Y axis inversion -> **Note**
-> This requires a firmware update. +{: .note } +This requires a firmware update. ### Extended mouse reports -> **Note**
-> 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**
-> This requires a firmware update. +{: .note } +This requires a firmware update.