aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/helix/pico/post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/pico/post_config.h')
-rw-r--r--keyboards/helix/pico/post_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/helix/pico/post_config.h b/keyboards/helix/pico/post_config.h
new file mode 100644
index 000000000..dda73d5d2
--- /dev/null
+++ b/keyboards/helix/pico/post_config.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#if defined(SPLIT_KEYBOARD) /* if use split_common */
+# if defined(RGBLIGHT_ENABLE) && !defined(RGBLIGHT_SPLIT)
+# define RGBLIGHT_SPLIT /* helix hardware need this */
+# endif
+#endif