diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/keymap.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/keymap.md b/doc/keymap.md index 3d78fc9c9c..11feeac218 100644 --- a/doc/keymap.md +++ b/doc/keymap.md @@ -444,6 +444,10 @@ Step through backlight levels. ACTION_BACKLIGHT_STEP() +Turn a specific backlight level on or off. + + ACTION_BACKLIGHT_LEVEL(1) + #### 2.5.2 Turn on / off backlight Turn the backlight on and off without changing level. |