caps word is great for defines

This commit is contained in:
Christoph Cullmann 2022-12-27 19:17:42 +01:00
parent 1dfd70ec65
commit 2c0e115cf6
4 changed files with 12 additions and 0 deletions

View file

@ -36,6 +36,9 @@
// achordion will avoid the worst // achordion will avoid the worst
#define PERMISSIVE_HOLD #define PERMISSIVE_HOLD
// caps word is great for defines
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
// //
// remove some features we don't need // remove some features we don't need
// //

View file

@ -13,5 +13,8 @@ SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no GRAVE_ESC_ENABLE = no
MUSIC_ENABLE = no MUSIC_ENABLE = no
# caps word is great for defines
CAPS_WORD_ENABLE = yes
# add achordion to improve home row modifiers # add achordion to improve home row modifiers
SRC += achordion.c SRC += achordion.c

View file

@ -36,6 +36,9 @@
// achordion will avoid the worst // achordion will avoid the worst
#define PERMISSIVE_HOLD #define PERMISSIVE_HOLD
// caps word is great for defines
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
// //
// audio configuration // audio configuration
// //

View file

@ -13,5 +13,8 @@ SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no GRAVE_ESC_ENABLE = no
MUSIC_ENABLE = no MUSIC_ENABLE = no
# caps word is great for defines
CAPS_WORD_ENABLE = yes
# add achordion to improve home row modifiers # add achordion to improve home row modifiers
SRC += achordion.c SRC += achordion.c