aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/keymaps/danielo515/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/danielo515/config.h')
-rw-r--r--keyboards/ergodox_ez/keymaps/danielo515/config.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/danielo515/config.h b/keyboards/ergodox_ez/keymaps/danielo515/config.h
new file mode 100644
index 000000000..6a3d37f1c
--- /dev/null
+++ b/keyboards/ergodox_ez/keymaps/danielo515/config.h
@@ -0,0 +1,37 @@
1/*
2 Set any config.h overrides for your specific keymap here.
3 See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
4*/
5#pragma once
6
7#define IGNORE_MOD_TAP_INTERRUPT
8#define TAPPING_TERM 200
9
10#define ONESHOT_TAP_TOGGLE 3
11
12#define RGBLIGHT_SLEEP
13
14#undef MOUSEKEY_TIME_TO_MAX
15#define MOUSEKEY_TIME_TO_MAX 50
16
17#undef MOUSEKEY_WHEEL_TIME_TO_MAX
18#define MOUSEKEY_WHEEL_TIME_TO_MAX 60
19// Timeout settings for leader key
20#undef LEADER_TIMEOUT
21#define LEADER_TIMEOUT 350
22#define LEADER_PER_KEY_TIMING
23
24#undef DEBOUNCE
25#define DEBOUNCE 45
26// Memory saving
27#ifdef CONSOLE_ENABLE
28# define NO_DEBUG
29# define NO_PRINT
30#endif
31
32#ifndef LINK_TIME_OPTIMIZATION_ENABLE
33# define NO_ACTION_MACRO
34# define NO_ACTION_FUNCTION
35#endif
36
37#undef RGBLIGHT_ANIMATIONS