From 4c675a83ba1d3561bfd6baad57a250066f5db4d3 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sat, 9 Dec 2017 16:45:13 +1100 Subject: Format keycode tables --- docs/feature_backlight.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/feature_backlight.md') diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md index c419b7ccc..aa747f90e 100644 --- a/docs/feature_backlight.md +++ b/docs/feature_backlight.md @@ -6,12 +6,12 @@ These keycodes control the backlight. Most keyboards use this for single color in-switch lighting. -|Name|Description| -|----|-----------| -|`BL_x`|Set a specific backlight level between 0-9| -|`BL_ON`|An alias for `BL_9`| -|`BL_OFF`|An alias for `BL_0`| -|`BL_DEC`|Turn the backlight level down by 1| -|`BL_INC`|Turn the backlight level up by 1| -|`BL_TOGG`|Toggle the backlight on or off| -|`BL_STEP`|Step through backlight levels, wrapping around to 0 when you reach the top.| +|Key |Description | +|---------|------------------------------------------| +|`BL_TOGG`|Turn the backlight on or off | +|`BL_STEP`|Cycle through backlight levels | +|`BL_x` |Set a specific backlight level between 0-9| +|`BL_ON` |An alias for `BL_9` | +|`BL_OFF` |An alias for `BL_0` | +|`BL_INC` |Increase backlight level | +|`BL_DEC` |Decrease backlight level | -- cgit v1.2.3-24-g4f1b