docs: Add syntax highlighting to more code blocks

Added language tags to more code blocks in the documentation to enable
syntax highlighting.
This commit is contained in:
Joel Spadin 2023-10-06 22:05:49 -05:00 committed by Cem Aksoylar
parent 4a339093ce
commit 65667b863a
50 changed files with 215 additions and 221 deletions

View file

@ -12,7 +12,7 @@ This page contains [RGB Underglow](../features/underglow.md) behaviors supported
RGB actions defines are provided through the [`dt-bindings/zmk/rgb.h`](https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/rgb.h) header,
which is added at the top of the keymap file:
```
```dts
#include <dt-bindings/zmk/rgb.h>
```
@ -65,13 +65,13 @@ However the settings will only be saved after [`CONFIG_ZMK_SETTINGS_SAVE_DEBOUNC
1. Toggle underglow on/off
```
```dts
&rgb_ug RGB_TOG
```
1. Set a specific HSB color (green)
```
```dts
&rgb_ug RGB_COLOR_HSB(128,100,100)
```