aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/win10_writers-block/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/win10_writers-block/config.h')
-rw-r--r--layouts/community/ergodox/win10_writers-block/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/community/ergodox/win10_writers-block/config.h b/layouts/community/ergodox/win10_writers-block/config.h
index b0b4a1ebb..ca75f83aa 100644
--- a/layouts/community/ergodox/win10_writers-block/config.h
+++ b/layouts/community/ergodox/win10_writers-block/config.h
@@ -1,7 +1,4 @@
1#ifndef KEYBOARDS_ERGODOX_CONFIG_H_ 1#pragma once
2#define KEYBOARDS_ERGODOX_CONFIG_H_
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#undef MOUSEKEY_DELAY 3#undef MOUSEKEY_DELAY
7#undef MOUSEKEY_INTERVAL 4#undef MOUSEKEY_INTERVAL
@@ -31,5 +28,3 @@
31 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ 28 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
32 get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ 29 get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
33) 30)
34
35#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */