logo

qmk_firmware

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

config.h (594B)


  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_INTERVAL 20
  12. #define MOUSEKEY_DELAY 0
  13. #define MOUSEKEY_TIME_TO_MAX 60
  14. #define MOUSEKEY_MAX_SPEED 7
  15. #define MOUSEKEY_WHEEL_DELAY 0
  16. #define TAPPING_TERM 200
  17. #define MASTER_RIGHT