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.

44 lines
1.4 KiB

  1. /* Copyright 2019 Thomas Baart <thomas@splitkb.com>
  2. * Copyright 2020-2021 Fredrik Salomonsson <plattfot@gmail.com>
  3. *
  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. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. */
  17. #pragma once
  18. #ifdef OLED_DRIVER_ENABLE
  19. #define OLED_DISPLAY_128X64
  20. #endif
  21. #ifdef RGBLIGHT_ENABLE
  22. #define RGBLIGHT_ANIMATIONS
  23. #define RGBLIGHT_HUE_STEP 8
  24. #define RGBLIGHT_SAT_STEP 8
  25. #define RGBLIGHT_VAL_STEP 8
  26. #endif
  27. #define ENCODER_DIRECTION_FLIP
  28. // Fixing the skipping with the EC11K encoder
  29. #define ENCODER_RESOLUTION 2
  30. #define EE_HANDS
  31. // The Leader key allows to flexibly assign macros to key sequences.
  32. #define LEADER_PER_KEY_TIMING
  33. #define LEADER_TIMEOUT 350
  34. // Remove the delay for the OSL keys. Not using any other tap keys.
  35. // Otherwise TAPPING_TERM_PER_KEY would be the way to go.
  36. #define TAPPING_TERM 0