Fix error_log complaint about Helix boards (#9528)

This commit is contained in:
Ryan
2020-06-26 07:11:39 +10:00
committed by GitHub
parent 6d88794960
commit c2dd19de51
8 changed files with 527 additions and 366 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include "quantum.h"
#ifdef KEYBOARD_helix_rev1
#include "rev1.h"
#endif
@ -9,5 +11,3 @@
#ifdef KEYBOARD_helix_pico
#include "pico.h"
#endif
#include "quantum.h"