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

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

#undef TAPPING_TERM
#define TAPPING_TERM 150

#endif