Skip to content

Commit

Permalink
[Keyboard] Add caps word enable to dshields keymaps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Shields committed May 11, 2023
1 parent 5c2e668 commit cbe54d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions users/dshields/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion users/dshields/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbe54d1

Please sign in to comment.