]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/xk/config.h
Merge pull request #1554 from qmk/docs
[qmk_firmware.git] / keyboards / lets_split / keymaps / xk / config.h
1 /*
2 This is the c configuration file for the keymap
3
4 Copyright 2012 Jun Wako <wakojun@gmail.com>
5 Copyright 2015 Jack Humbert
6
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 2 of the License, or
10 (at your option) any later version.
11 */
12
13 #ifndef CONFIG_USER_H
14 #define CONFIG_USER_H
15
16 #include "../../config.h"
17
18 #define TAPPING_TOGGLE 1
19 #define TAPPING_TERM 200
20 #define ONESHOT_TAP_TOGGLE 2
21 #define ONESHOT_LAYER_TOGGLE 2
22 #define ONESHOT_TIMEOUT 300
23
24 /* Use I2C or Serial, not both */
25
26 // #define USE_SERIAL
27 #define USE_I2C
28
29 #define MOUSEKEY_INTERVAL 50
30 #define MOUSEKEY_DELAY 0
31 #define MOUSEKEY_TIME_TO_MAX 60
32 #define MOUSEKEY_MAX_SPEED 7
33
34 #define MOUSEKEY_WHEEL_DELAY 0
35 #define MOUSEKEY_WHEEL_MAX_SPEED   8
36 #define MOUSEKEY_WHEEL_TIME_TO_MAX 40
37
38 // #define MASTER_LEFT
39 // #define _MASTER_RIGHT
40 #define EE_HANDS
41
42
43 #define PREVENT_STUCK_MODIFIERS
44 //#define IGNORE_MOD_TAP_INTERRUPT
45 #define PERMISSIVE_HOLD
46
47 #endif