summaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/kbd66/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-26 01:59:40 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-26 01:59:40 +0100
commit7276cc24d070925667061251436f45534e2b5918 (patch)
tree937f8cad5eebe31efdcc4d2752e09db20f33a6b4 /keyboards/kbdfans/kbd66/config.h
parent2c1963d583f51a6ac1d90e7c330781c036b25f16 (diff)
downloadqmk_firmware-7276cc24d070925667061251436f45534e2b5918.tar.gz
qmk_firmware-7276cc24d070925667061251436f45534e2b5918.tar.xz
[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
Diffstat (limited to 'keyboards/kbdfans/kbd66/config.h')
-rw-r--r--keyboards/kbdfans/kbd66/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/kbdfans/kbd66/config.h b/keyboards/kbdfans/kbd66/config.h
index 48262f785..730df1307 100644
--- a/keyboards/kbdfans/kbd66/config.h
+++ b/keyboards/kbdfans/kbd66/config.h
@@ -15,8 +15,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 CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
@@ -182,4 +181,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 1
-#endif