[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
+1 -3
View File
@@ -13,8 +13,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/>.
*/
#ifndef KBD66_H
#define KBD66_H
#pragma once
#include "quantum.h"
@@ -33,4 +32,3 @@
{ k40, k41, k42, KC_NO, KC_NO, k45, KC_NO, KC_NO, k48, KC_NO, k4A, k4B, k4C, k4D, k4E, k4F}, \
}
#endif