mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 22:36:52 +06:00
12 lines
160 B
C
12 lines
160 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
|
||
|
#include "../../config.h"
|
||
|
|
||
|
/* overridden settings: */
|
||
|
|
||
|
#undef PRODUCT
|
||
|
#define PRODUCT Pegasus Hoof Citadel
|
||
|
|
||
|
#endif
|