caps word is great for defines
This commit is contained in:
parent
1dfd70ec65
commit
2c0e115cf6
|
@ -36,6 +36,9 @@
|
|||
// achordion will avoid the worst
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
// caps word is great for defines
|
||||
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
|
||||
|
||||
//
|
||||
// remove some features we don't need
|
||||
//
|
||||
|
|
|
@ -13,5 +13,8 @@ SPACE_CADET_ENABLE = no
|
|||
GRAVE_ESC_ENABLE = no
|
||||
MUSIC_ENABLE = no
|
||||
|
||||
# caps word is great for defines
|
||||
CAPS_WORD_ENABLE = yes
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += achordion.c
|
||||
|
|
|
@ -36,6 +36,9 @@
|
|||
// achordion will avoid the worst
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
// caps word is great for defines
|
||||
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
|
||||
|
||||
//
|
||||
// audio configuration
|
||||
//
|
||||
|
|
|
@ -13,5 +13,8 @@ SPACE_CADET_ENABLE = no
|
|||
GRAVE_ESC_ENABLE = no
|
||||
MUSIC_ENABLE = no
|
||||
|
||||
# caps word is great for defines
|
||||
CAPS_WORD_ENABLE = yes
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += achordion.c
|
||||
|
|
Loading…
Reference in a new issue