logo

qmk_firmware

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

config.h (539B)


  1. #pragma once
  2. #define WS2812_DI_PIN B0
  3. #define RGBLIGHT_EFFECT_BREATHING
  4. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  5. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  6. #define RGBLIGHT_EFFECT_SNAKE
  7. #define RGBLIGHT_EFFECT_KNIGHT
  8. #define RGBLIGHT_EFFECT_CHRISTMAS
  9. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  10. #define RGBLIGHT_EFFECT_RGB_TEST
  11. #define RGBLIGHT_EFFECT_ALTERNATING
  12. #define RGBLIGHT_EFFECT_TWINKLE
  13. #define RGBLIGHT_LED_COUNT 20 // limit to 20 otherwise brownouts
  14. #define RGBLIGHT_HUE_STEP 8
  15. #define RGBLIGHT_SAT_STEP 8
  16. #define RGBLIGHT_VAL_STEP 8