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.

25 lines
619 B

  1. #pragma once
  2. #define FORCE_NKRO
  3. #define MAGIC_KEY_LAYER0_ALT1 BSLS
  4. #define MAGIC_KEY_BOOTLOADER ESC
  5. #define MOUSEKEY_DELAY 50
  6. #define MOUSEKEY_INTERVAL 15
  7. #define MOUSEKEY_MAX_SPEED 4
  8. #define MOUSEKEY_TIME_TO_MAX 50
  9. #define MOUSEKEY_WHEEL_MAX_SPEED 1
  10. #define MOUSEKEY_WHEEL_TIME_TO_MAX 50
  11. #define NO_ACTION_FUNCTION
  12. #define NO_ACTION_MACRO
  13. #define NO_ACTION_ONESHOT
  14. #define PERMISSIVE_HOLD
  15. #define TAPPING_TERM 200
  16. #define TAPPING_TOGGLE 2
  17. #define UNICODE_CYCLE_PERSIST false
  18. #define UNICODE_SELECTED_MODES UC_WINC, UC_WIN, UC_LNX
  19. #define UNICODE_WINC_KEY KC_RGUI