aboutsummaryrefslogtreecommitdiff
path: root/quantum/split_common/post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/split_common/post_config.h')
-rw-r--r--quantum/split_common/post_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/split_common/post_config.h b/quantum/split_common/post_config.h
index 0e59df3d0..ff0fc5e19 100644
--- a/quantum/split_common/post_config.h
+++ b/quantum/split_common/post_config.h
@@ -4,6 +4,10 @@
4 #define RGBLIGHT_SPLIT 4 #define RGBLIGHT_SPLIT
5 #endif 5 #endif
6 6
7 #ifndef F_SCL
8 #define F_SCL 100000UL // SCL frequency
9 #endif
10
7#else // use serial 11#else // use serial
8 // When using serial, the user must define RGBLIGHT_SPLIT explicitly 12 // When using serial, the user must define RGBLIGHT_SPLIT explicitly
9 // in config.h as needed. 13 // in config.h as needed.