summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/post_config.h
blob: dda73d5d22be810fe4fa0f1759d5f413277099f9 (plain)
1
2
3
4
5
6
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