forked from mirrors/qmk_firmware
Fix wrong include
This commit is contained in:
parent
2bef8b5b88
commit
98f9a2e6df
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "quantum.h"
|
#include "lufa.h"
|
||||||
#include "outputselect.h"
|
#include "outputselect.h"
|
||||||
#ifdef ADAFRUIT_BLE_ENABLE
|
#ifdef ADAFRUIT_BLE_ENABLE
|
||||||
#include "adafruit_ble.h"
|
#include "adafruit_ble.h"
|
||||||
|
|
Loading…
Reference in a new issue