-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h
71 lines (58 loc) · 2.22 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
This is the c configuration file for the keymap
Copyright 2012 Jun Wako <[email protected]>
Copyright 2015 Jack Humbert
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MASTER_LEFT
#define USE_MATRIX_I2C
#define SPLIT_LAYER_STATE_ENABLE
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
// #define RETRO_TAPPING
#define TAPPING_TERM 200
#define TAPPING_TOGGLE 2
#define PERMISSIVE_HOLD
#define MK_COMBINED
#define MOUSEKEY_DELAY 1
#define MOUSEKEY_INTERVAL 16
#define MOUSEKEY_TIME_TO_MAX 42
#define MOUSEKEY_MAX_SPEED 42
#define MOUSEKEY_WHEEL_INITIAL_MOVEMENTS 8
#define MOUSEKEY_WHEEL_DELAY 8
#define MOUSEKEY_WHEEL_TIME_TO_MAX 0
// #define MOUSEKEY_FRICTION 24
// #define MOUSEKEY_MOVE_DELTA 1
// #define MOUSEKEY_INITIAL_SPEED 80
// #define MOUSEKEY_BASE_SPEED 2500
// #define MOUSEKEY_ACCELERATED_SPEED 3500
// #define MOUSEKEY_WHEEL_INITIAL_MOVEMENTS 8
// #define MOUSEKEY_WHEEL_DELAY 10
// #define MOUSEKEY_WHEEL_TIME_TO_MAX 0
#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 128
#define RGB_MATRIX_HUE_STEP 8
#define RGB_MATRIX_SAT_STEP 8
#define RGB_MATRIX_VAL_STEP 5
#define RGB_MATRIX_SPD_STEP 10
// Effects
#define ENABLE_RGB_MATRIX_HUE_BREATHING
#define ENABLE_RGB_MATRIX_TYPING_HEATMAP
#define ENABLE_RGB_MATRIX_DIGITAL_RAIN
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
#define ENABLE_RGB_MATRIX_MULTISPLASH
#endif
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"