]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/atreus/keymaps/xk/config.h
newkb-atreus-xk
[qmk_firmware.git] / keyboards / atreus / 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 3
21 #define ONESHOT_LAYER_TOGGLE 3
22 #define ONESHOT_TIMEOUT 800
23
24 #define MOUSEKEY_INTERVAL 50
25 #define MOUSEKEY_DELAY 0
26 #define MOUSEKEY_TIME_TO_MAX 60
27 #define MOUSEKEY_MAX_SPEED 7
28
29 #define MOUSEKEY_WHEEL_DELAY 0
30 #define MOUSEKEY_WHEEL_MAX_SPEED   8
31 #define MOUSEKEY_WHEEL_TIME_TO_MAX 40
32
33 #define PREVENT_STUCK_MODIFIERS
34 #define IGNORE_MOD_TAP_INTERRUPT
35 #define PERMISSIVE_HOLD
36
37 #endif