diff options
Diffstat (limited to 'keyboards/pegasushoof/keymaps/citadel/config.h')
-rw-r--r-- | keyboards/pegasushoof/keymaps/citadel/config.h | 14 |
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 0000000000..e8eafe2e17 --- /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 |