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.

45 lines
1.5 KiB

  1. /* Copyright 2019 Thomas Baart <thomas@splitkb.com>
  2. *
  3. * This program is free software: you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License as published by
  5. * the Free Software Foundation, either version 2 of the License, or
  6. * (at your option) any later version.
  7. *
  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. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #pragma once
  17. #ifdef OLED_ENABLE
  18. #define OLED_DISPLAY_128X64
  19. #define OLED_TIMEOUT 300000
  20. #endif
  21. // If you are using an Elite C rev3 on the slave side, uncomment the lines below:
  22. #define SPLIT_USB_DETECT
  23. #define NO_USB_STARTUP_CHECK
  24. #define SPLIT_USB_TIMEOUT 1000
  25. #define MASTER_RIGHT
  26. #define ENCODER_DIRECTION_FLIP
  27. #define NO_ACTION_MACRO
  28. #define NO_ACTION_FUNCTION
  29. #define NO_ACTION_ONESHOT
  30. #define OLED_FONT_END 127
  31. #ifdef RGBLIGHT_ENABLE
  32. #define RGBLIGHT_LED_MAP {0,1,2,9,8,7,4,3,5,6,19,18,17,10,11,12,15,16,14,13} // Orients Kyria LEDs to a circle around both halves.
  33. //#define RBGLIGHT_LED_MAP {9,8,6,7,5,3,2,4,1,0,10,12,13,11,14,16,17,15,18,19} // Orients Kyria LEDs for a left half-right half columnar progression.
  34. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  35. //#define RGBLIGHT_EFFECT_STATIC_GRADIENT
  36. #define RGBLIGHT_SLEEP
  37. #endif