From ec3e065f0d2c65175384699cb11fa388250fa914 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 14 Nov 2017 16:11:29 -0500 Subject: QMK DFU bootloader generation (#2009) * adds :bootloader target * update planck and preonic revisions * remove references to .h files for planck * update preonic keymap * only add keyboard.h files that exist * add production target * hook things up with the new lufa variables * update rules for planck/preonic * back backlight key turn of status led when pressed * add manufacturer/product strings to bootloader --- lib/lufa/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lufa/.gitignore') diff --git a/lib/lufa/.gitignore b/lib/lufa/.gitignore index 9f9d39491d..1cd1dccf80 100644 --- a/lib/lufa/.gitignore +++ b/lib/lufa/.gitignore @@ -13,3 +13,4 @@ Documentation/ LUFA/StudioIntegration/ProjectGenerator/* LUFA/StudioIntegration/DocBook/* !LUFA/StudioIntegration/Docbook/mshelp/* +Keyboard.h \ No newline at end of file -- cgit v1.2.3