summaryrefslogtreecommitdiff
path: root/layouts/community/split_3x6_3/drashna/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/chconf.h')
-rw-r--r--layouts/community/split_3x6_3/drashna/chconf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/community/split_3x6_3/drashna/chconf.h b/layouts/community/split_3x6_3/drashna/chconf.h
deleted file mode 100644
index 1e277d357d..0000000000
--- a/layouts/community/split_3x6_3/drashna/chconf.h
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#if defined(KEYBOARD_crkbd)
-# define CH_CFG_ST_RESOLUTION 16
-# define CH_CFG_ST_FREQUENCY 10000
-#endif
-
-#if __has_include("platforms/chibios/common/configs/chconf.h")
-# include_next "platforms/chibios/common/configs/chconf.h"
-#else
-# include_next <chconf.h>
-#endif