diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index acc402665..8cdcc97e4 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
| @@ -89,6 +89,8 @@ This is a C header file that is one of the first things included, and will persi | |||
| 89 | * tries to keep switch state consistent with keyboard LED state | 89 | * tries to keep switch state consistent with keyboard LED state |
| 90 | * `#define IS_COMMAND() ( keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) )` | 90 | * `#define IS_COMMAND() ( keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) )` |
| 91 | * key combination that allows the use of magic commands (useful for debugging) | 91 | * key combination that allows the use of magic commands (useful for debugging) |
| 92 | * `#define USB_MAX_POWER_CONSUMPTION` | ||
| 93 | * sets the maximum power (in mA) over USB for the device (default: 500) | ||
| 92 | 94 | ||
| 93 | ## Features That Can Be Disabled | 95 | ## Features That Can Be Disabled |
| 94 | 96 | ||
