Skip to content

Commit

Permalink
Disabled caps lock on double tap
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruff committed Oct 18, 2024
1 parent e63cfee commit a13a350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions keyboards/sofle_choc/keymaps/aruff_sofle_choc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#endif
#define PERMISSIVE_HOLD

#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
#define CAPS_WORD_INVERT_ON_SHIFT
//#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
//#define CAPS_WORD_INVERT_ON_SHIFT
#define CAPS_WORD_IDLE_TIMEOUT 3000
//----------------------------------------------------------------------
// Encoder Settings
Expand Down
2 changes: 1 addition & 1 deletion keyboards/sofle_choc/keymaps/aruff_sofle_choc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OLED_ENABLE = yes
WPM_ENABLE = no

# Enable Caps Word
CAPS_WORD_ENABLE = yes
CAPS_WORD_ENABLE = no

# RGB Matrix Enable
RGB_MATRIX_ENABLE = yes

0 comments on commit a13a350

Please sign in to comment.