qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (912B)


      1 // Copyright 2023 Idan Kamara (@idank)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 // Set the mouse settings to a comfortable speed/accuracy trade-off,
      6 // assuming a screen refresh rate of 60 Htz or higher
      7 // The default is 50. This makes the mouse ~3 times faster and more accurate
      8 #define MOUSEKEY_INTERVAL 16
      9 // The default is 20. Since we made the mouse about 3 times faster with the previous setting,
     10 // give it more time to accelerate to max speed to retain precise control over short distances.
     11 #define MOUSEKEY_TIME_TO_MAX 40
     12 // The default is 300. Let's try and make this as low as possible while keeping the cursor responsive
     13 #define MOUSEKEY_DELAY 100
     14 // It makes sense to use the same delay for the mouseweel
     15 #define MOUSEKEY_WHEEL_DELAY 100
     16 // The default is 100
     17 #define MOUSEKEY_WHEEL_INTERVAL 50
     18 // The default is 40
     19 #define MOUSEKEY_WHEEL_TIME_TO_MAX 100
     20 
     21 #define QUICK_TAP_TERM 0