You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
410 B
18 lines
410 B
7 years ago
|
#ifndef CONFIG_KEYMAP_H
|
||
|
#define CONFIG_KEYMAP_H
|
||
|
|
||
|
#include "../../config.h"
|
||
|
|
||
|
// help for fast typist+dual function keys?
|
||
|
#define PERMISSIVE_HOLD
|
||
|
|
||
|
/* speed up mousekeys a bit */
|
||
|
#define MOUSEKEY_DELAY 50
|
||
|
#define MOUSEKEY_INTERVAL 20
|
||
|
#define MOUSEKEY_MAX_SPEED 8
|
||
|
#define MOUSEKEY_TIME_TO_MAX 30
|
||
|
#define MOUSEKEY_WHEEL_MAX_SPEED 8
|
||
|
#define MOUSEKEY_WHEEL_TIME_TO_MAX 40
|
||
|
|
||
|
#endif
|