diff options
author | QMK Bot <hello@qmk.fm> | 2023-05-13 03:44:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-05-13 03:44:36 +0000 |
commit | a897c44132205a5e936de92b4c567e140e98aa3d (patch) | |
tree | f25ff0cd5f113b0f420f137681b1d43fcf6bc7ff /users | |
parent | f85001e2c67bb236dfd87ac61dbb009193bfa1f9 (diff) | |
parent | b833cd0d07e057896771b201edf87872cdda1433 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users')
-rw-r--r-- | users/dshields/config.h | 1 | ||||
-rw-r--r-- | users/dshields/rules.mk | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/users/dshields/config.h b/users/dshields/config.h index a406ff9330..83ad32a591 100644 --- a/users/dshields/config.h +++ b/users/dshields/config.h @@ -9,6 +9,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 index 00e18521be..6cf8de48f7 100644 --- 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 |