citadel: new keymap for pegasushoof (#3146)

[citadel] Markdown syntax: Added double spaces for line breaking

[citadel] Added line breaks for keyboard layout, fixed headings.
This commit is contained in:
Daniel Rose
2018-06-08 22:06:14 +02:00
committed by Drashna Jaelre
parent e08139b79c
commit 300cf977c9
4 changed files with 239 additions and 0 deletions

View File

@@ -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