Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2024-12-03 18:36:52 +00:00
commit 469368c31e

View File

@ -111,7 +111,7 @@ The `post_config.h` file can be used for additional post-processing, depending o
#define USB_MAX_POWER_CONSUMPTION 400 #define USB_MAX_POWER_CONSUMPTION 400
#else #else
// fix iPhone and iPad power adapter issue // fix iPhone and iPad power adapter issue
// iOS device need lessthan 100 // iOS devices need less than 100
#define USB_MAX_POWER_CONSUMPTION 100 #define USB_MAX_POWER_CONSUMPTION 100
#endif #endif