From 2c0e115cf647b16bf54a86d572813e735226de17 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 27 Dec 2022 19:17:42 +0100 Subject: caps word is great for defines --- ferris/config.h | 3 +++ ferris/rules.mk | 3 +++ planck/config.h | 3 +++ planck/rules.mk | 3 +++ 4 files changed, 12 insertions(+) diff --git a/ferris/config.h b/ferris/config.h index 2247e6e..fd5db43 100644 --- a/ferris/config.h +++ b/ferris/config.h @@ -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 // diff --git a/ferris/rules.mk b/ferris/rules.mk index 5fadd37..9c19aa4 100644 --- a/ferris/rules.mk +++ b/ferris/rules.mk @@ -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 diff --git a/planck/config.h b/planck/config.h index b313b11..6c5ac3f 100644 --- a/planck/config.h +++ b/planck/config.h @@ -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 // diff --git a/planck/rules.mk b/planck/rules.mk index 5fadd37..9c19aa4 100644 --- a/planck/rules.mk +++ b/planck/rules.mk @@ -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 -- cgit v1.2.3