qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (634B)


      1 #pragma once
      2 
      3 /* WS2812B RGB Underglow LED */
      4 #define WS2812_DI_PIN F5   // See readme.md for wiring your led's
      5 #define RGBLIGHT_EFFECT_BREATHING
      6 #define RGBLIGHT_EFFECT_RAINBOW_MOOD
      7 #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
      8 #define RGBLIGHT_EFFECT_SNAKE
      9 #define RGBLIGHT_EFFECT_KNIGHT
     10 #define RGBLIGHT_EFFECT_CHRISTMAS
     11 #define RGBLIGHT_EFFECT_STATIC_GRADIENT
     12 #define RGBLIGHT_EFFECT_RGB_TEST
     13 #define RGBLIGHT_EFFECT_ALTERNATING
     14 #define RGBLIGHT_EFFECT_TWINKLE
     15 #define RGBLIGHT_LED_COUNT 16         // Number of LEDs. Change this to match your use case.
     16 #define RGBLIGHT_HUE_STEP 8
     17 #define RGBLIGHT_SAT_STEP 8
     18 #define RGBLIGHT_VAL_STEP 8