summaryrefslogtreecommitdiffstats
path: root/keyboards/pegasushoof/keymaps/citadel/config.h
blob: e8eafe2e172da2c2cfb7af726e78731987fa58b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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