300cf977c9
[citadel] Markdown syntax: Added double spaces for line breaking [citadel] Added line breaks for keyboard layout, fixed headings.
15 lines
270 B
C
15 lines
270 B
C
#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
|