post_config.h 201 B

1234567
  1. #pragma once
  2. #if defined(SPLIT_KEYBOARD) /* if use split_common */
  3. # if defined(RGBLIGHT_ENABLE) && !defined(RGBLIGHT_SPLIT)
  4. # define RGBLIGHT_SPLIT /* helix hardware need this */
  5. # endif
  6. #endif