summaryrefslogtreecommitdiff
path: root/keyboards/crawlpad/config.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-01-16 09:08:12 -0800
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-16 09:08:12 -0800
commit6630e4bb4156ec41f2a255dea4937f578cc62e06 (patch)
tree635d5b93b231da6ec38188e0b68dd533709e4cce /keyboards/crawlpad/config.h
parent57fbf072f145bcf560c812a7976ba0f4f702f946 (diff)
Crawlpad refactor (#4854)
* Crawlpad: delete kbfirmware JSON file * Crawlpad: refactor - config.h and crawlpad.h updated to use #pragma once method - layout macro renamed from KEYMAP to LAYOUT_ortho_4x4 - default keymap now uses #include QMK_KEYBOARD_H - deleted deprecated action_get_macro function - cleanup rules.mk file - add LAYOUTS = ortho_4x4 to rules.mk * Crawlpad: Configurator support * Crawlpad: readme update - update image link to direct link - fully update Docs link line - delete reference to deleted kbfirmware JSON file
Diffstat (limited to 'keyboards/crawlpad/config.h')
-rwxr-xr-xkeyboards/crawlpad/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/crawlpad/config.h b/keyboards/crawlpad/config.h
index c72be83f28..a6d7ac2147 100755
--- a/keyboards/crawlpad/config.h
+++ b/keyboards/crawlpad/config.h
@@ -1,5 +1,4 @@
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
@@ -46,4 +45,3 @@
#define RGBLED_NUM 3
#endif
-#endif