]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/config_options.md
Create CNAME
[qmk_firmware.git] / docs / config_options.md
index acc402665b75bc43746e3295b69d37cdeaf1692c..8cdcc97e4959d3409731a5eec6bb774ee9b37604 100644 (file)
@@ -89,6 +89,8 @@ This is a C header file that is one of the first things included, and will persi
   * tries to keep switch state consistent with keyboard LED state
 * `#define IS_COMMAND() ( keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) )`
   * key combination that allows the use of magic commands (useful for debugging)
+* `#define USB_MAX_POWER_CONSUMPTION`
+  * sets the maximum power (in mA) over USB for the device (default: 500)
 
 ## Features That Can Be Disabled