Skip to content

Commit 1889d62

Browse files
committed
both shifts turns on caps word
1 parent b976c7c commit 1889d62

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD

keyboards/boardsource/unicorne/keymaps/francis/keymap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#define GUI_S GUI_T(KC_S) // S on tap, GUI on hold
2020
#define ALT_N ALT_T(KC_N) // N on tap, ALT on hold
2121
#define CTRL_T CTL_T(KC_T) // T on tap, CTRL on hold
22-
#define SHIFT_H SFT_T(KC_H) // H on tap, SHIFT on hold
22+
#define SHIFT_H LSFT_T(KC_H) // H on tap, SHIFT on hold
2323
// Right hand
24-
#define SHIFT_A SFT_T(KC_A) // A on tap, SHIFT on hold
24+
#define SHIFT_A RSFT_T(KC_A) // A on tap, SHIFT on hold
2525
#define CTRL_E CTL_T(KC_E) // E on tap, CTRL on hold
2626
#define ALT_I ALT_T(KC_I) // I on tap, ALT on hold
2727
#define GUI_C GUI_T(KC_C) // C on tap, GUI on hold

keyboards/boardsource/unicorne/keymaps/francis/rules.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ POINTING_DEVICE_DRIVER = analog_joystick
22
SRC += lib/oled.c
33
KEY_OVERRIDE_ENABLE = yes
44
MOUSEKEY_ENABLE = yes
5+
CAPS_WORD_ENABLE = yes
6+
COMMAND_ENABLE = no

keyboards/redox/keymaps/francis/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2929
#define RGBLIGHT_VAL_STEP 8
3030

3131
#define TAPPING_TOGGLE 2 // Toggle on just 2 taps
32+
33+
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD

keyboards/redox/keymaps/francis/keymap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#define GUI_S GUI_T(KC_S) // S on tap, GUI on hold
2222
#define ALT_N ALT_T(KC_N) // N on tap, ALT on hold
2323
#define CTRL_T CTL_T(KC_T) // T on tap, CTRL on hold
24-
#define SHIFT_H SFT_T(KC_H) // H on tap, SHIFT on hold
24+
#define SHIFT_H LSFT_T(KC_H) // H on tap, SHIFT on hold
2525
// Right hand
26-
#define SHIFT_A SFT_T(KC_A) // A on tap, SHIFT on hold
26+
#define SHIFT_A RSFT_T(KC_A) // A on tap, SHIFT on hold
2727
#define CTRL_E CTL_T(KC_E) // E on tap, CTRL on hold
2828
#define ALT_I ALT_T(KC_I) // I on tap, ALT on hold
2929
#define GUI_C GUI_T(KC_C) // C on tap, GUI on hold

keyboards/redox/keymaps/francis/rules.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
KEY_OVERRIDE_ENABLE = yes
22
MOUSEKEY_ENABLE = yes
33
RGBLIGHT_ENABLE = yes
4+
CAPS_WORD_ENABLE = yes
5+
COMMAND_ENABLE = no
46

57
# Reduce firmware size:
68
LTO_ENABLE = yes

0 commit comments

Comments
 (0)