diff --git a/keyboards/crkbd/keymaps/afonsocarlos/features/accents.c b/keyboards/crkbd/keymaps/afonsocarlos/features/accents.c index 0b2ea70e2cee..29ad689d654d 100644 --- a/keyboards/crkbd/keymaps/afonsocarlos/features/accents.c +++ b/keyboards/crkbd/keymaps/afonsocarlos/features/accents.c @@ -19,7 +19,7 @@ bool process_accents(uint16_t keycode, keyrecord_t* record) { tap_code16(KC_QUOT); return false; // รข key - case KC_ACIR: + case CTL_T(KC_ACIR): tap_code16(RALT(KC_A)); tap_code16(KC_CIRC); return false;