]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/xk/config.h
Remove extra underscore from MASTER_RIGHT define
[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 300
20 #define ONESHOT_TAP_TOGGLE 2
21 #define ONESHOT_LAYER_TOGGLE 2
22 #define ONESHOT_TIMEOUT 800
23
24 #define USE_I2C
25
26 #define MOUSEKEY_INTERVAL 50
27 #define MOUSEKEY_DELAY 0
28 #define MOUSEKEY_TIME_TO_MAX 60
29 #define MOUSEKEY_MAX_SPEED 7
30
31 #define MOUSEKEY_WHEEL_DELAY 0
32 #define MOUSEKEY_WHEEL_MAX_SPEED   8
33 #define MOUSEKEY_WHEEL_TIME_TO_MAX 40
34
35 // #define MASTER_LEFT
36 // #define MASTER_RIGHT
37 #define EE_HANDS
38
39
40 #define PREVENT_STUCK_MODIFIERS
41 #define IGNORE_MOD_TAP_INTERRUPT
42 #define PERMISSIVE_HOLD
43
44 #endif