summaryrefslogtreecommitdiffstats
path: root/keyboards/pegasushoof/keymaps/citadel/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pegasushoof/keymaps/citadel/config.h')
-rw-r--r--keyboards/pegasushoof/keymaps/citadel/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/pegasushoof/keymaps/citadel/config.h b/keyboards/pegasushoof/keymaps/citadel/config.h
deleted file mode 100644
index e8eafe2e1..000000000
--- a/keyboards/pegasushoof/keymaps/citadel/config.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
-
-/* overridden settings: */
-
-#undef PRODUCT
-#define PRODUCT Pegasus Hoof Citadel
-
-/* necessary option for this keymap, because CAPS is redefined in Layer 0 */
-#define PREVENT_STUCK_MODIFIERS
-
-#endif