logo

qmk_firmware

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

config.h (804B)


  1. // Copyright 2022 mjohns
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  5. #define LOCKING_SUPPORT_ENABLE
  6. /* Locking resynchronize hack */
  7. #define LOCKING_RESYNC_ENABLE
  8. /* Enables This makes it easier for fast typists to use dual-function keys */
  9. #define PERMISSIVE_HOLD
  10. /* mouse config */
  11. #define MOUSEKEY_DELAY 0
  12. // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10)
  13. #define MOUSEKEY_INTERVAL 20
  14. #define MOUSEKEY_MAX_SPEED 7
  15. #define MOUSEKEY_WHEEL_DELAY 0
  16. /* layer config */
  17. #define TAPPING_TOGGLE 1
  18. /* disable action features */
  19. //#define NO_ACTION_LAYER
  20. //#define NO_ACTION_TAPPING
  21. //#define NO_ACTION_ONESHOT