forked from forks/qmk_firmware
649b33d778
* fixes from tmk's repo * rename keyboard to keyboards
9 lines
107 B
C
9 lines
107 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#include "../../config.h"
|
|
|
|
#define LEADER_TIMEOUT 300
|
|
|
|
#endif
|