Ferris: enabling caps word
This commit is contained in:
parent
b292324586
commit
bf0a78149d
@ -16,6 +16,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
|
||||||
|
|
||||||
// Set the mouse settings to a comfortable speed/accuracy trade-off,
|
// Set the mouse settings to a comfortable speed/accuracy trade-off,
|
||||||
// assuming a screen refresh rate of 60 Htz or higher
|
// assuming a screen refresh rate of 60 Htz or higher
|
||||||
// The default is 50. This makes the mouse ~3 times faster and more accurate
|
// The default is 50. This makes the mouse ~3 times faster and more accurate
|
||||||
@ -33,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
|
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
|
||||||
|
|
||||||
// Pick good defaults for enabling homerow modifiers
|
// Pick good defaults for enabling homerow modifiers
|
||||||
#define TAPPING_TERM 280
|
#define TAPPING_TERM 230
|
||||||
// #define PERMISSIVE_HOLD
|
// #define PERMISSIVE_HOLD
|
||||||
#define IGNORE_MOD_TAP_INTERRUPT
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||||||
#define TAPPING_FORCE_HOLD
|
#define TAPPING_FORCE_HOLD
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"LSFT_T(KC_T)",
|
"LSFT_T(KC_T)",
|
||||||
"KC_G",
|
"KC_G",
|
||||||
"KC_M",
|
"KC_M",
|
||||||
"LSFT_T(KC_N)",
|
"RSFT_T(KC_N)",
|
||||||
"LCTL_T(KC_E)",
|
"LCTL_T(KC_E)",
|
||||||
"LALT_T(KC_I)",
|
"LALT_T(KC_I)",
|
||||||
"LGUI_T(KC_O)",
|
"LGUI_T(KC_O)",
|
||||||
|
@ -19,3 +19,4 @@ UNICODE_ENABLE = yes # Unicode
|
|||||||
AUDIO_ENABLE = no # Audio output
|
AUDIO_ENABLE = no # Audio output
|
||||||
SPLIT_KEYBOARD = yes # Use shared split_common code
|
SPLIT_KEYBOARD = yes # Use shared split_common code
|
||||||
LAYOUTS = split_3x5_2
|
LAYOUTS = split_3x5_2
|
||||||
|
CAPS_WORD_ENABLE = yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user