Skip to content

Commit

Permalink
Fix key definition with CTRL as of now
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsocarlos committed Nov 20, 2024
1 parent 5c1c50c commit dfe3632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/crkbd/keymaps/afonsocarlos/features/accents.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dfe3632

Please sign in to comment.