1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"