Fix error_log complaint about Helix boards (#9528)
This commit is contained in:
parent
6d88794960
commit
c2dd19de51
8 changed files with 527 additions and 366 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue