summaryrefslogtreecommitdiffstats
path: root/keyboards/pegasushoof/keymaps/citadel/config.h
diff options
context:
space:
mode:
authorDaniel Rose <droseger@protonmail.com>2018-06-08 22:06:14 +0200
committerDrashna Jaelre <drashna@live.com>2018-06-08 22:06:14 +0200
commit300cf977c93b9b37a57643ddbfa8d0bd13b29e18 (patch)
treecb67f49c97ff87b9c6b2adec7a63fff49cbbe6ae /keyboards/pegasushoof/keymaps/citadel/config.h
parente08139b79c8921fbfe26860113d7cac2348a6f54 (diff)
downloadqmk_firmware-300cf977c93b9b37a57643ddbfa8d0bd13b29e18.tar.gz
qmk_firmware-300cf977c93b9b37a57643ddbfa8d0bd13b29e18.tar.xz
citadel: new keymap for pegasushoof (#3146)
[citadel] Markdown syntax: Added double spaces for line breaking [citadel] Added line breaks for keyboard layout, fixed headings.
Diffstat (limited to 'keyboards/pegasushoof/keymaps/citadel/config.h')
-rw-r--r--keyboards/pegasushoof/keymaps/citadel/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/pegasushoof/keymaps/citadel/config.h b/keyboards/pegasushoof/keymaps/citadel/config.h
new file mode 100644
index 000000000..e8eafe2e1
--- /dev/null
+++ b/keyboards/pegasushoof/keymaps/citadel/config.h
@@ -0,0 +1,14 @@
+#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