]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix wrong include
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>
Wed, 1 Feb 2017 13:18:52 +0000 (20:18 +0700)
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>
Wed, 1 Feb 2017 13:18:52 +0000 (20:18 +0700)
tmk_core/protocol/lufa/outputselect.c

index 0110928ded0f2e465eb3b5338ff849d9a12564fc..5d2457bfff588cbf6672fc72e56e018cae050367 100644 (file)
@@ -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/>.
 */
 
-#include "quantum.h"
+#include "lufa.h"
 #include "outputselect.h"
 #ifdef ADAFRUIT_BLE_ENABLE
     #include "adafruit_ble.h"