forked from forks/qmk_firmware
738a9fc16c
* 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
10 lines
175 B
C
10 lines
175 B
C
#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
|