1
0
Fork 0

Merge pull request #1471 from qmk/lufa_lib

Update LUFA and move it to /lib/lufa
This commit is contained in:
Jack Humbert 2017-07-07 15:33:29 -04:00 committed by GitHub
commit 9de443cbf1
1478 changed files with 300212 additions and 6884 deletions

View file

@ -2,7 +2,7 @@
#include "bootloader.h"
#include "action_layer.h"
#include "eeconfig.h"
#include "tmk_core/protocol/lufa/LUFA-git/LUFA/Drivers/Peripheral/TWI.h"
#include "LUFA/Drivers/Peripheral/TWI.h"
#ifdef AUDIO_ENABLE
#include "audio.h"
#endif