summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/333fred/config.h
blob: f19a52bca1031907601cfa740501d5aaa3f82fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONFIG_H_
#define CONFIG_H_

#include "../../config.h"

#undef TAPPING_TERM
#define TAPPING_TERM 150

#define PERMISSIVE_HOLD

#endif