You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
270 B

#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