config.h (706B)
1 // Copyright 2022 Marko Skakun <skakun.marko@gmail.com> 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 4 5 #pragma once 6 7 /* mouse config */ 8 #define MOUSEKEY_INTERVAL 20 9 #define MOUSEKEY_DELAY 0 10 #define MOUSEKEY_TIME_TO_MAX 60 11 #define MOUSEKEY_MAX_SPEED 7 12 #define MOUSEKEY_WHEEL_DELAY 0 13 14 /* Enables This makes it easier for fast typists to use dual-function keys */ 15 #define PERMISSIVE_HOLD 16 17 /* 18 * Feature disable options 19 * These options are also useful to firmware size reduction. 20 */ 21 22 /* disable debug print */ 23 // #define NO_DEBUG 24 25 /* disable print */ 26 // #define NO_PRINT 27 28 /* disable action features */ 29 //#define NO_ACTION_LAYER 30 //#define NO_ACTION_TAPPING 31 //#define NO_ACTION_ONESHOT