summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/roadkit/keymaps/khord/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-12-18 01:49:19 +0000
committerGitHub <noreply@github.com>2023-12-18 12:49:19 +1100
commit990895f03feb8f9c8d22e1bcd25cc3199a9a1b06 (patch)
tree6b0cf45a625c9b4995a350f1973787683ed4e241 /keyboards/thevankeyboards/roadkit/keymaps/khord/config.h
parent54200b7b82411387fed21bf6ce73a87a1025ed0e (diff)
[Keymap Removal] keebio/iris and related keymaps. (#22690)
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