summaryrefslogtreecommitdiffstats
path: root/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-14 16:38:46 -0800
committerDrashna Jaelre <drashna@live.com>2018-12-14 16:38:46 -0800
commit039434caf96c77a8584f03ab2b27ed255e7adae5 (patch)
treeb2c7028deae7b647f180a8b7c8f1207bc733939d /keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h
parentbb5262de0790ed3f4f91de20fad6e13fc0ffddc5 (diff)
Keyboard: Bpiphany Pegasus Hoof Refactor, Configurator support (#4649)
* Pegasus Hoof: layout macro refactor - Renamed KEYMAP to LAYOUT - Added LAYOUT_tkl_ansi macro - white space changes (changed tabs for 2 spaces) * Pegasus Hoof: keymap refactor - updated layout macro names - changed to #include QMK_KEYBOARD_H - removed redundant KC_TRNS definitions - white space changes (changed tabs to spaces) - removed deprecated build script instructions from rules.mk files - updated config.h to #pragma once * Pegasus Hoof: Configurator support * Pegasus Hoof: readme cleanup - Reformat header and description paragraph - Fix Hardware Availability link (was 404) - renamed filename to lowercase * Pegasus Hoof: add LAYOUTS = tkl_ansi to rules.mk * Pegasus Hoof: fix LAYOUT_tkl_jis macro
Diffstat (limited to 'keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h')
-rw-r--r--keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h b/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h
index 2d27ff392d..122627e88f 100644
--- a/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h
+++ b/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h
@@ -1,11 +1,6 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
+#pragma once
/* overridden settings: */
#undef PRODUCT
#define PRODUCT Pegasus Hoof Citadel
-
-#endif