diff options
| author | Daniel Shields <1530706+shieldsd@users.noreply.github.com> | 2023-05-13 04:43:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 20:43:52 -0700 |
| commit | b833cd0d07e057896771b201edf87872cdda1433 (patch) | |
| tree | a85d0c426d2058e5434169374320629814ac5950 /users | |
| parent | 6fdb997e8c903ac9e8bebf2919ac4e143630274b (diff) | |
[Keymap] Add caps word enable to dshields keymaps (#20862)
Co-authored-by: Daniel Shields <dshields@cboe.com>
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 279bcf217b..860d984c98 100644 --- a/users/dshields/config.h +++ b/users/dshields/config.h | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #define TAPPING_TERM 200 | 10 | #define TAPPING_TERM 200 |
| 11 | #define BACKLIGHT_BREATHING | 11 | #define BACKLIGHT_BREATHING |
| 12 | #define DYNAMIC_MACRO_NO_NESTING | 12 | #define DYNAMIC_MACRO_NO_NESTING |
| 13 | #define BOTH_SHIFTS_TURNS_ON_CAPS_WORD | ||
| 13 | 14 | ||
| 14 | #define MOUSEKEY_INTERVAL 20 | 15 | #define MOUSEKEY_INTERVAL 20 |
| 15 | #define MOUSEKEY_DELAY 0 | 16 | #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 | |||
| 9 | LEADER_ENABLE = no | 9 | LEADER_ENABLE = no |
| 10 | DYNAMIC_MACRO_ENABLE = yes | 10 | DYNAMIC_MACRO_ENABLE = yes |
| 11 | 11 | ||
| 12 | LTO_ENABLE = yes | 12 | LTO_ENABLE = yes |
| 13 | CAPS_WORD_ENABLE = yes | ||
| 13 | 14 | ||
| 14 | ifeq ($(strip $(KEYBOARD)), planck/rev3) | 15 | ifeq ($(strip $(KEYBOARD)), planck/rev3) |
| 15 | AUDIO_ENABLE = no | 16 | AUDIO_ENABLE = no |
