2017-08-05 00:58:10 -07:00
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
|
|
|
#include "../../config.h"
|
2017-12-08 16:58:10 -08:00
|
|
|
#include "333fred_config.h"
|
2017-08-05 00:58:10 -07:00
|
|
|
|
|
|
|
#define USE_SERIAL
|
|
|
|
#define MASTER_LEFT
|
|
|
|
|
2017-08-05 14:54:16 -07:00
|
|
|
#undef TAPPING_TERM
|
|
|
|
#define TAPPING_TERM 150
|
|
|
|
|
2017-08-05 00:58:10 -07:00
|
|
|
#endif
|