summaryrefslogtreecommitdiffstats
path: root/keyboards/nyquist/keymaps/333fred/config.h
blob: 6335ce9b090eb6682af65685bb3d97f2340f3553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include "../../config.h"
#include "333fred_config.h"

#define USE_SERIAL
#define MASTER_LEFT

#undef  TAPPING_TERM
#define TAPPING_TERM 150

#endif