Files
zsa_qmk_firmware/docs/ChangeLog/20190830/PR6245.md
Drashna Jaelre 07cfca1beb Fix the LUFA lib to use a submodule instead of just files (#6245)
* Remove LUFA files

* Update descriptions for newer version of LUFA

* Create PR6245.md

* Fix CDC(Serial) type errors

* Fix missed merge conflict for AUDIO_DTYPE_CSInterface
2019-09-17 11:39:43 +09:00

367 B

  • Update repo to use LUFA as a git submodule
    • /lib/LUFA removed from the repo
    • LUFA set as a submodule, pointing to qmk/lufa
    • This should allow more flexibility with LUFA, and allow us to keep the sub-module up to date, a lot more easily. It was ~2 years out of date with no easy path to fix that. This prevents that from being an issue in the future