config.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* Copyright 2020 Rustam Zagirov
  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. /*
  17. Set any config.h overrides for your specific keymap here.
  18. See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
  19. */
  20. #pragma once
  21. #define ORYX_CONFIGURATOR
  22. #define LEADER_TIMEOUT 500
  23. #define LEADER_PER_KEY_TIMING
  24. #define TAPPING_TERM 200
  25. #define TAPPING_TERM_PER_KEY
  26. #define PERMISSIVE_HOLD
  27. /* #define PERMISSIVE_HOLD_PER_KEY */
  28. #define IGNORE_MOD_TAP_INTERRUPT
  29. #define IGNORE_MOD_TAP_INTERRUPT_PER_KEY
  30. #define TAPPING_FORCE_HOLD
  31. #define TAPPING_FORCE_HOLD_PER_KEY
  32. /* #define RETRO_TAPPING */
  33. #undef LED_BRIGHTNESS_DEFAULT
  34. #define LED_BRIGHTNESS_DEFAULT (LED_BRIGHTNESS_LO)