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.

60 lines
1.6 KiB

  1. /*
  2. Copyright 2021 fluxlab
  3. Copyright 2015 Jack Humbert
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 2 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. #pragma once
  16. #define SELECT_SOFT_SERIAL_SPEED 1
  17. // #define USE_I2C
  18. #define SPLIT_USB_DETECT
  19. #define SPLIT_USB_TIMEOUT 500
  20. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  21. #define LOCKING_SUPPORT_ENABLE
  22. /* Locking resynchronize hack */
  23. #define LOCKING_RESYNC_ENABLE
  24. /* ws2812 RGB LED */
  25. #define RGBLED_NUM 16
  26. #define RGBLIGHT_SPLIT
  27. #define RGBLIGHT_EFFECT_BREATHING
  28. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  29. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  30. #define RGBLIGHT_EFFECT_SNAKE
  31. #define RGBLIGHT_EFFECT_KNIGHT
  32. #define RGBLIGHT_EFFECT_CHRISTMAS
  33. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  34. #define RGBLIGHT_EFFECT_RGB_TEST
  35. #define RGBLIGHT_EFFECT_ALTERNATING
  36. #define RGBLIGHT_EFFECT_TWINKLE
  37. /*
  38. * Feature disable options
  39. * These options are also useful to firmware size reduction.
  40. */
  41. /* disable debug print */
  42. // #define NO_DEBUG
  43. /* disable print */
  44. // #define NO_PRINT
  45. /* disable action features */
  46. //#define NO_ACTION_LAYER
  47. //#define NO_ACTION_TAPPING
  48. //#define NO_ACTION_ONESHOT