[Keyboard] KBDFans Minor Fixes (#5238)

* pragma once and turn on bootmagic lite

* pragma once changes and turning on bootmagic lite

* switch to using pragma once

* switch to using #pragma once

* switch to using #pramga once
This commit is contained in:
MechMerlin
2019-02-25 16:59:40 -08:00
committed by Drashna Jaelre
parent 2c1963d583
commit 7276cc24d0
9 changed files with 9 additions and 23 deletions

View File

@@ -1,5 +1,4 @@
#ifndef KBD75_H
#define KBD75_H
#pragma once
#include "quantum.h"
@@ -12,4 +11,3 @@
#include "rev2.h"
#endif
#endif