You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
377 B

  1. #pragma once
  2. #ifndef IOS_DEVICE_ENABLE
  3. # if RGBLIGHT_LED_COUNT <= 6
  4. # define RGBLIGHT_LIMIT_VAL 255
  5. # else
  6. # define RGBLIGHT_LIMIT_VAL 130
  7. # endif
  8. # define RGBLIGHT_VAL_STEP 8
  9. #else
  10. # if RGBLIGHT_LED_COUNT <= 6
  11. # define RGBLIGHT_LIMIT_VAL 90
  12. # else
  13. # define RGBLIGHT_LIMIT_VAL 45
  14. # endif
  15. # define RGBLIGHT_VAL_STEP 4
  16. #endif