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.

43 lines
1.0 KiB

  1. // Copyright 2021 JasonRen(biu)
  2. // Copyright 2022 Drashna Jael're (@Drashna Jael're)
  3. // SPDX-License-Identifier: GPL-2.0-or-later
  4. #pragma once
  5. /*
  6. * Feature disable options
  7. * These options are also useful to firmware size reduction.
  8. */
  9. /* disable debug print */
  10. //#define NO_DEBUG
  11. /* disable print */
  12. //#define NO_PRINT
  13. /* disable action features */
  14. //#define NO_ACTION_LAYER
  15. //#define NO_ACTION_TAPPING
  16. //#define NO_ACTION_ONESHOT
  17. #define RGB_MATRIX_SPLIT \
  18. { 43, 43 }
  19. #define RGB_MATRIX_LED_COUNT 86
  20. #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
  21. #define RGB_DISABLE_WHEN_USB_SUSPENDED
  22. #define RGB_MATRIX_CENTER \
  23. { 112, 32 }
  24. #define SPLIT_TRANSPORT_MIRROR
  25. #define SPLIT_MODS_ENABLE
  26. #define SPLIT_LAYER_STATE_ENABLE
  27. #define SPLIT_LED_STATE_ENABLE
  28. #define SPLIT_OLED_ENABLE
  29. #define SPLIT_TRANSACTION_IDS_KB KEYBOARD_CURRENT_ALPA_SYNC
  30. #define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
  31. #define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
  32. #define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
  33. #define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL