aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-12-03 18:36:17 +0000
committerQMK Bot <hello@qmk.fm>2024-12-03 18:36:17 +0000
commitd44fe48a55e5d140d74e5b6bec6e135d0d4fad58 (patch)
tree6c120a5db3116c94abfa23d8215da51cbb968cd0
parent6f2c032459f2040db462af9a5e2556a639d1d04f (diff)
parent93765bb0ef9206517ef4c1d98d5b00ccec7bde28 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/hardware_keyboard_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md
index de67fa3bc3..7f17c46748 100644
--- a/docs/hardware_keyboard_guidelines.md
+++ b/docs/hardware_keyboard_guidelines.md
@@ -111,7 +111,7 @@ The `post_config.h` file can be used for additional post-processing, depending o
#define USB_MAX_POWER_CONSUMPTION 400
#else
// fix iPhone and iPad power adapter issue
- // iOS device need lessthan 100
+ // iOS devices need less than 100
#define USB_MAX_POWER_CONSUMPTION 100
#endif