config.h (1403B)
1 /* 2 Copyright 2020 Ralph Azucena <ralphie02@live.com> 3 4 This program is free software: you can redistribute it and/or modify 5 it under the terms of the GNU General Public License as published by 6 the Free Software Foundation, either version 2 of the License, or 7 (at your option) any later version. 8 9 This program is distributed in the hope that it will be useful, 10 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 GNU General Public License for more details. 13 14 You should have received a copy of the GNU General Public License 15 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 */ 17 18 #pragma once 19 20 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 21 #define LOCKING_SUPPORT_ENABLE 22 23 /* Locking resynchronize hack */ 24 #define LOCKING_RESYNC_ENABLE 25 26 /* Enables This makes it easier for fast typists to use dual-function keys */ 27 #define PERMISSIVE_HOLD 28 29 /* mouse config */ 30 #define MOUSEKEY_DELAY 0 31 // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) 32 #define MOUSEKEY_INTERVAL 20 33 #define MOUSEKEY_MAX_SPEED 7 34 #define MOUSEKEY_WHEEL_DELAY 0 35 36 /* layer config */ 37 #define TAPPING_TOGGLE 1 38 39 /* disable action features */ 40 //#define NO_ACTION_LAYER 41 //#define NO_ACTION_TAPPING 42 //#define NO_ACTION_ONESHOT