summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/roadkit/keymaps/khord/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/thevankeyboards/roadkit/keymaps/khord/config.h')
-rw-r--r--keyboards/thevankeyboards/roadkit/keymaps/khord/config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/thevankeyboards/roadkit/keymaps/khord/config.h b/keyboards/thevankeyboards/roadkit/keymaps/khord/config.h
deleted file mode 100644
index da6ed7189c..0000000000
--- a/keyboards/thevankeyboards/roadkit/keymaps/khord/config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
-
-// place overrides here
-#define TAPPING_TERM 175
-
-#ifdef BACKLIGHT_ENABLE
- #define BACKLIGHT_PIN B5
- #define BACKLIGHT_LEVELS 3
- #define BACKLIGHT_ON_STATE 0
-#endif
-
-#endif