diff options
Diffstat (limited to 'docs/config_options.md')
-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 a3262b418..9a64b9b3d 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -97,6 +97,8 @@ This is a C header file that is one of the first things included, and will persi | |||
97 | * sets the maximum power (in mA) over USB for the device (default: 500) | 97 | * sets the maximum power (in mA) over USB for the device (default: 500) |
98 | * `#define USB_POLLING_INTERVAL_MS 10` | 98 | * `#define USB_POLLING_INTERVAL_MS 10` |
99 | * sets the USB polling rate in milliseconds for the keyboard, mouse, and shared (NKRO/media keys) interfaces | 99 | * sets the USB polling rate in milliseconds for the keyboard, mouse, and shared (NKRO/media keys) interfaces |
100 | * `#define USB_SUSPEND_WAKEUP_DELAY 200` | ||
101 | * set the number of milliseconde to pause after sending a wakeup packet | ||
100 | * `#define F_SCL 100000L` | 102 | * `#define F_SCL 100000L` |
101 | * sets the I2C clock rate speed for keyboards using I2C. The default is `400000L`, except for keyboards using `split_common`, where the default is `100000L`. | 103 | * sets the I2C clock rate speed for keyboards using I2C. The default is `400000L`, except for keyboards using `split_common`, where the default is `100000L`. |
102 | 104 | ||