summaryrefslogtreecommitdiffstats
path: root/keyboards/bpiphany/frosty_flake/keymaps/nikchi/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bpiphany/frosty_flake/keymaps/nikchi/config.h')
-rw-r--r--keyboards/bpiphany/frosty_flake/keymaps/nikchi/config.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/keyboards/bpiphany/frosty_flake/keymaps/nikchi/config.h b/keyboards/bpiphany/frosty_flake/keymaps/nikchi/config.h
index 3f7852643..4bc6d2c3c 100644
--- a/keyboards/bpiphany/frosty_flake/keymaps/nikchi/config.h
+++ b/keyboards/bpiphany/frosty_flake/keymaps/nikchi/config.h
@@ -1,8 +1,6 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
+#pragma once
+// place overrides here
#define TAPPING_TERM 200
#define LEADER_TIMEOUT 800
@@ -17,7 +15,4 @@
#define MOUSEKEY_DELAY 0
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
-#define MOUSEKEY_WHEEL_DELAY 0
-// place overrides here
-
-#endif
+#define MOUSEKEY_WHEEL_DELAY 0