logo

qmk_firmware

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

config.h (706B)


  1. // Copyright 2022 Marko Skakun <skakun.marko@gmail.com>
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /* mouse config */
  5. #define MOUSEKEY_INTERVAL 20
  6. #define MOUSEKEY_DELAY 0
  7. #define MOUSEKEY_TIME_TO_MAX 60
  8. #define MOUSEKEY_MAX_SPEED 7
  9. #define MOUSEKEY_WHEEL_DELAY 0
  10. /* Enables This makes it easier for fast typists to use dual-function keys */
  11. #define PERMISSIVE_HOLD
  12. /*
  13. * Feature disable options
  14. * These options are also useful to firmware size reduction.
  15. */
  16. /* disable debug print */
  17. // #define NO_DEBUG
  18. /* disable print */
  19. // #define NO_PRINT
  20. /* disable action features */
  21. //#define NO_ACTION_LAYER
  22. //#define NO_ACTION_TAPPING
  23. //#define NO_ACTION_ONESHOT