config.h (706B)
- // Copyright 2022 Marko Skakun <skakun.marko@gmail.com>
- // SPDX-License-Identifier: GPL-2.0-or-later
- #pragma once
- /* mouse config */
- #define MOUSEKEY_INTERVAL 20
- #define MOUSEKEY_DELAY 0
- #define MOUSEKEY_TIME_TO_MAX 60
- #define MOUSEKEY_MAX_SPEED 7
- #define MOUSEKEY_WHEEL_DELAY 0
- /* Enables This makes it easier for fast typists to use dual-function keys */
- #define PERMISSIVE_HOLD
- /*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
- /* disable debug print */
- // #define NO_DEBUG
- /* disable print */
- // #define NO_PRINT
- /* disable action features */
- //#define NO_ACTION_LAYER
- //#define NO_ACTION_TAPPING
- //#define NO_ACTION_ONESHOT