yet another keymap (#2356)

* added keymap

* added readme
This commit is contained in:
David Collom 2018-03-23 15:55:46 -07:00 committed by Drashna Jaelre
parent c3c4164faf
commit b3e7149a65
4 changed files with 209 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
#define TAPPING_TERM 200
#define TAPPING_TOGGLE 3
#endif