aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox/keymaps/konstantin/config.h
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2018-11-16 17:55:37 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-11-16 08:55:37 -0800
commitdefcfb4953d49a0fc72ecf49faeac0534aafc190 (patch)
treec5f7a3383dc131b46aced01a3211793b33d8846f /keyboards/whitefox/keymaps/konstantin/config.h
parentb49f37dce97b1f84659146e7bbe4a55804407072 (diff)
downloadfirmware-defcfb4953d49a0fc72ecf49faeac0534aafc190.tar.gz
firmware-defcfb4953d49a0fc72ecf49faeac0534aafc190.tar.bz2
firmware-defcfb4953d49a0fc72ecf49faeac0534aafc190.zip
Update whitefox/konstantin keymap (#4436)
* Add more spacing in keymaps * Enable link-time optimization * Disable deprecated TMK actions, change spacing in config.h * Remove unrelated rules.mk options
Diffstat (limited to 'keyboards/whitefox/keymaps/konstantin/config.h')
-rw-r--r--keyboards/whitefox/keymaps/konstantin/config.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/keyboards/whitefox/keymaps/konstantin/config.h b/keyboards/whitefox/keymaps/konstantin/config.h
index d1c3002d2..ee30dbece 100644
--- a/keyboards/whitefox/keymaps/konstantin/config.h
+++ b/keyboards/whitefox/keymaps/konstantin/config.h
@@ -5,15 +5,18 @@
#undef IS_COMMAND
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RCTL)))
-#define MAGIC_KEY_LAYER0_ALT1 BSLS
-#define MAGIC_KEY_BOOTLOADER ESC
+#define MAGIC_KEY_LAYER0_ALT1 BSLS
+#define MAGIC_KEY_BOOTLOADER ESC
-#define MOUSEKEY_DELAY 50
-#define MOUSEKEY_INTERVAL 15
-#define MOUSEKEY_MAX_SPEED 4
-#define MOUSEKEY_TIME_TO_MAX 50
-#define MOUSEKEY_WHEEL_MAX_SPEED 1
-#define MOUSEKEY_WHEEL_TIME_TO_MAX 50
+#define MOUSEKEY_DELAY 50
+#define MOUSEKEY_INTERVAL 15
+#define MOUSEKEY_MAX_SPEED 4
+#define MOUSEKEY_TIME_TO_MAX 50
+#define MOUSEKEY_WHEEL_MAX_SPEED 1
+#define MOUSEKEY_WHEEL_TIME_TO_MAX 50
+
+#define NO_ACTION_FUNCTION
+#define NO_ACTION_MACRO
#define PERMISSIVE_HOLD
#define TAPPING_TERM 200