qmk_firmware

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

config.h (594B)


      1 // Copyright 2022 mjohns
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
      7 #define LOCKING_SUPPORT_ENABLE
      8 /* Locking resynchronize hack */
      9 #define LOCKING_RESYNC_ENABLE
     10 
     11 /* Enables This makes it easier for fast typists to use dual-function keys */
     12 #define PERMISSIVE_HOLD
     13 
     14 /* mouse config */
     15 #define MOUSEKEY_INTERVAL    20
     16 #define MOUSEKEY_DELAY       0
     17 #define MOUSEKEY_TIME_TO_MAX 60
     18 #define MOUSEKEY_MAX_SPEED   7
     19 #define MOUSEKEY_WHEEL_DELAY 0
     20 
     21 #define TAPPING_TERM    200
     22 
     23 #define MASTER_RIGHT