Skip to content

Commit

Permalink
LUFA USB descriptor cleanup (#4871)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fauxpark authored and skullydazed committed Aug 30, 2019
1 parent b9299dc commit 3f520d9
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 875 deletions.
4 changes: 4 additions & 0 deletions docs/ChangeLog/20190830/PR4871.md
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 3f520d9

Please sign in to comment.