forked from forks/qmk_firmware
0b9b2a6376
* add readme.md * add extern declaration of edvorakjp_config to edvorakjp.h * add oled.c * add layout definitions * add keymap.c * add rules.mk * fix rgblight issue: rgblight_setrgb() ignore RGBLIGHT_LIMIT_VAL
11 lines
171 B
C
11 lines
171 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#include "../../config.h"
|
|
|
|
#undef TAPPING_FORCE_HOLD
|
|
#undef TAPPING_TERM
|
|
#define TAPPING_TERM 120
|
|
|
|
#endif /* CONFIG_USER_H */
|