summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/erez_experimental/config.h
blob: 4b9c29c94e9059bb185bff5d9ae44abe6247f2a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include QMK_KEYBOARD_CONFIG_H

#define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_TIMEOUT 300

#undef LEADER_TIMEOUT
#define LEADER_TIMEOUT 300
 

#endif