qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit b833cd0d07e057896771b201edf87872cdda1433
parent 6fdb997e8c903ac9e8bebf2919ac4e143630274b
Author: Daniel Shields <1530706+shieldsd@users.noreply.github.com>
Date:   Sat, 13 May 2023 04:43:52 +0100

[Keymap] Add caps word enable to dshields keymaps (#20862)

Co-authored-by: Daniel Shields <dshields@cboe.com>
Diffstat:
Musers/dshields/config.h | 1+
Musers/dshields/rules.mk | 3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/users/dshields/config.h b/users/dshields/config.h @@ -10,6 +10,7 @@ #define TAPPING_TERM 200 #define BACKLIGHT_BREATHING #define DYNAMIC_MACRO_NO_NESTING +#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD #define MOUSEKEY_INTERVAL 20 #define MOUSEKEY_DELAY 0 diff --git a/users/dshields/rules.mk b/users/dshields/rules.mk @@ -9,7 +9,8 @@ SPACE_CADET_ENABLE = no LEADER_ENABLE = no DYNAMIC_MACRO_ENABLE = yes -LTO_ENABLE = yes +LTO_ENABLE = yes +CAPS_WORD_ENABLE = yes ifeq ($(strip $(KEYBOARD)), planck/rev3) AUDIO_ENABLE = no