summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-07-10 05:34:17 +1000
committerFlorian Didron <fdidron@users.noreply.github.com>2019-10-01 10:21:12 +0900
commit31f8c4eb3a60357412cb59d423756e8cd307f588 (patch)
tree3ac3f36822cb1721f26062fd51da4b7ff67f1b19 /docs/ChangeLog
parent2dc509475b952f50bd741778ba4ade26e9ba393e (diff)
LUFA USB descriptor cleanup (#4871)
* Fix indentation * Fix braces * Expand descriptor headers * Align descriptor elements * Nicer formatting * Tidy up preprocessor statements * Remove VERSION_BCD redefine - LUFA_VERSION_INTEGER is currently 0x170418 * Tidy up comments * Tweak ordering of HID report elements (no functional changes) * We don't need all of these newlines * Move default USB_MAX_POWER_CONSUMPTION closer to where it makes sense * Ask nicely * Add some more comments * Change indentation back to 4 spaces * Add changelog entry
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog/20190830/PR4871.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ChangeLog/20190830/PR4871.md b/docs/ChangeLog/20190830/PR4871.md
new file mode 100644
index 0000000000..e4ea171d7a
--- /dev/null
+++ b/docs/ChangeLog/20190830/PR4871.md
@@ -0,0 +1,4 @@
+* LUFA USB descriptor cleanup
+ * Some code cleanups related to the USB HID descriptors on AVR keyboards, to make them easier to read and understand
+ * More information: see https://github.com/qmk/qmk_firmware/pull/4871
+ * No behaviour changes anticipated and no keymaps modified