mirror of https://github.com/qmk/qmk_firmware
9 lines
160 B
C
9 lines
160 B
C
|
#ifndef CONFIG_USER_H
|
||
|
|
||
|
#define CONFIG_USER_H
|
||
|
#define TAPPING_TERM 200
|
||
|
#include "../../config.h"
|
||
|
#define PERMISSIVE_HOLD
|
||
|
#define PREVENT_STUCK_MODIFIERS
|
||
|
|
||
|
#endif
|