aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index f5c2e76e7..5e2de6d04 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -87,7 +87,7 @@ This is a C header file that is one of the first things included, and will persi
87 * mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap 87 * mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap
88* `#define LOCKING_RESYNC_ENABLE` 88* `#define LOCKING_RESYNC_ENABLE`
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() (get_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` 92* `#define USB_MAX_POWER_CONSUMPTION`
93 * sets the maximum power (in mA) over USB for the device (default: 500) 93 * sets the maximum power (in mA) over USB for the device (default: 500)