This commit is contained in:
CallMeMero 2025-09-19 14:57:09 +02:00
commit a1328b48f6
2 changed files with 4 additions and 1 deletions

View file

@ -204,7 +204,10 @@ bool caps_word_press_user(uint16_t keycode) {
switch (keycode) {
// Keycodes that continue Caps Word, with shift applied.
case DE_A ... DE_Z:
case DE_MINS:
case DE_ADIA:
case DE_ODIA:
case DE_UDIA:
case DE_UNDS:
add_weak_mods(MOD_BIT(KC_LSFT)); // Apply shift to next key.
return true;