mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-19 03:36:28 +00:00
10 lines
149 B
C
10 lines
149 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
#include "../../config.h"
|
||
|
|
||
|
#define TAPPING_TERM 25
|
||
|
#define RETRO_TAPPING
|
||
|
#define PERMISSIVE_HOLD
|
||
|
|
||
|
|
||
|
#endif
|