diff options
author | tmk <nobody@nowhere> | 2012-06-15 16:14:56 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-15 16:14:56 +0900 |
commit | dd10d11a449b1c050d6e42c61e2ecb910b5b678e (patch) | |
tree | d2a2d6429bc00ec2f6edd5a49a909c1ddbe4a8a0 /keyboard/macway/config.h | |
parent | 784c6e39795edd86e368e601f3c2e367a758c69f (diff) |
Change pin configurationa and keymap.
Diffstat (limited to 'keyboard/macway/config.h')
-rw-r--r-- | keyboard/macway/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboard/macway/config.h b/keyboard/macway/config.h index 2e68bf252f..b68ea20dcf 100644 --- a/keyboard/macway/config.h +++ b/keyboard/macway/config.h @@ -44,6 +44,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ) +/* layer switching */ +#define LAYER_SWITCH_DELAY 100 +#define LAYER_SEND_FN_TERM 300 + + /* mouse keys */ #ifdef MOUSEKEY_ENABLE # define MOUSEKEY_DELAY_TIME 192 |