logo

qmk_firmware

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

config.h (723B)


  1. // Copyright 2021 Joric (@joric)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define OLED_DISPLAY_128X32
  5. #ifdef RGBLIGHT_ENABLE
  6. #define RGBLIGHT_EFFECT_BREATHING
  7. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  8. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  9. #define RGBLIGHT_EFFECT_SNAKE
  10. #define RGBLIGHT_EFFECT_KNIGHT
  11. #define RGBLIGHT_EFFECT_CHRISTMAS
  12. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  13. #define RGBLIGHT_EFFECT_RGB_TEST
  14. #define RGBLIGHT_EFFECT_ALTERNATING
  15. #define RGBLIGHT_EFFECT_TWINKLE
  16. #define RGBLIGHT_HUE_STEP 8
  17. #define RGBLIGHT_SAT_STEP 8
  18. #define RGBLIGHT_VAL_STEP 8
  19. #endif
  20. // If you are using an Elite C rev3 on the slave side, uncomment the lines below:
  21. // #define SPLIT_USB_DETECT
  22. // #define NO_USB_STARTUP_CHECK