config.h (1411B)
1 /* 2 Copyright 2012 Jun Wako <wakojun@gmail.com> 3 Copyright 2015 Jack Humbert 4 Copyright 2020 James Smith <bronzegears@gmail.com> @klackygears 5 6 7 This program is free software: you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation, either version 2 of the License, or 10 (at your option) any later version. 11 12 This program is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 21 #pragma once 22 23 24 #define SPLIT_USB_DETECT 25 26 /* mouse config */ 27 #define MOUSEKEY_INTERVAL 20 28 #define MOUSEKEY_DELAY 0 29 #define MOUSEKEY_TIME_TO_MAX 60 30 #define MOUSEKEY_MAX_SPEED 7 31 #define MOUSEKEY_WHEEL_DELAY 0 32 33 #define EE_HANDS 34 35 //#define SPLIT_HAND_PIN B7 36 37 /* Enables This makes it easier for fast typists to use dual-function keys */ 38 #define PERMISSIVE_HOLD 39 40 /* 41 * Feature disable options 42 * These options are also useful to firmware size reduction. 43 */ 44 45 /* disable debug print */ 46 // #define NO_DEBUG 47 48 /* disable print */ 49 // #define NO_PRINT 50 51 /* disable action features */ 52 //#define NO_ACTION_LAYER 53 //#define NO_ACTION_TAPPING 54 //#define NO_ACTION_ONESHOT