mirror of https://github.com/qmk/qmk_firmware
7 lines
101 B
C
7 lines
101 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
|
||
|
#include "../../config.h"
|
||
|
// Add overrides here
|
||
|
#endif
|