diff options
author | Batuhan Baserdem <bbaserdem@users.noreply.github.com> | 2018-07-18 23:17:55 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-18 20:17:55 -0700 |
commit | 738a9fc16c833d79831c5a26eb33880661e33524 (patch) | |
tree | e79b6c21bdbd263ef4e2a2c8dc3bf8a3377e6f41 /users/bbaserdem/config.h | |
parent | b89cec9ebc5ef0a4c0ff820414007006c7b497fa (diff) |
Userspace update for user bbaserdem (#3443)
* Put in my keymaps
* Fixed all but weird lets split issue
* Organized and tried to trobleshoot lets split
* Organized and tried to trobleshoot lets split
* Added bbaserdem keymaps
* Added bbaserdem keymaps
* Fixed stuff
* FIxed a filename error
* Lets split eh
* Finalized things regarding keymap
Diffstat (limited to 'users/bbaserdem/config.h')
-rw-r--r-- | users/bbaserdem/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/bbaserdem/config.h b/users/bbaserdem/config.h new file mode 100644 index 0000000000..3dde5772cc --- /dev/null +++ b/users/bbaserdem/config.h @@ -0,0 +1,9 @@ +#ifndef USERSPACE_CONFIG_H +#define USERSPACE_CONFIG_H + +#ifdef TAP_DANCE_ENABLE + #define TAPPING_TERM 300 + #define TAPPING_TOGGLE 1 +#endif + +#endif // !USERSPACE_CONFIG_H |