mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
649b33d778
* fixes from tmk's repo * rename keyboard to keyboards
8 lines
107 B
C
8 lines
107 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#include "../../config.h"
|
|
|
|
#define LEADER_TIMEOUT 300
|
|
|
|
#endif
|