This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2016-08-12 21:24:43 +09:00

13 lines
186 B
C

#ifndef CONFIG_SHELA_H
#define CONFIG_SHELA_H
#include "../../config.h"
#undef TAPPING_TERM
#define TAPPING_TERM 230
#define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_TIMEOUT 2000
#endif