logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (1408B)


  1. /* Copyright 2023 Etienne Collin (@etiennecollin)
  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 3 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 <https://www.gnu.org/licenses/>.
  15. */
  16. #pragma once
  17. // Activate caps word by pressing Left Shift + Right Shift
  18. #define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
  19. // Maximum time between taps of tap dances
  20. #define TAPPING_TERM 175
  21. // Max time between taps to prevent hold function and hold auto-repeat
  22. #define QUICK_TAP_TERM 100
  23. // Perform hold action if pressing a dual-role key, tapping another key and
  24. // releasing the dual-role key within tapping term
  25. #define PERMISSIVE_HOLD
  26. // Mouse key speed and acceleration.
  27. #define MOUSEKEY_DELAY 0
  28. #define MOUSEKEY_INTERVAL 16
  29. #define MOUSEKEY_WHEEL_DELAY 0
  30. #define MOUSEKEY_MAX_SPEED 6
  31. #define MOUSEKEY_TIME_TO_MAX 64
  32. // Thumb Combos
  33. #define COMBO_COUNT 2
  34. #define COMBO_TERM 200
  35. #define EXTRA_SHORT_COMBOS