logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

post_config.h (378B)


  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 17
  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