1
0
Fork 0

Added my keymap (#2529)

* Added my keymap

* maybe that wasn't quite right.

* Reduced the tap time to register layer

* changed the tapping term that fits my typing speed a little better

* Added retro tapping and reduced tapping term duration
This commit is contained in:
Matthew Yee 2018-03-16 13:36:17 -07:00 committed by Jack Humbert
parent a3047f1ab3
commit 4dc3a01fcb
6 changed files with 208 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
#define TAPPING_TERM 25
#define RETRO_TAPPING
#define PERMISSIVE_HOLD
#endif