Skip to content

Commit

Permalink
fix syntax error (qmk#17732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mknj authored and nolanseaton committed Jan 23, 2023
1 parent 227250b commit 6802256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/keymap_turkish_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
#define TR_CURR S(ALGR(TR_4)) // ¤
#define TR_IQUE S(ALGR(TR_SLSH)) // ¿
// Row 2
#define TR_REGD S(ALGR(TR_I) // ®
#define TR_REGD S(ALGR(TR_I)) // ®
// Row 3
#define TR_SECT S(ALGR(TR_IDOT)) // §
#define TR_FORD S(ALGR(TR_A)) // ª
Expand Down

0 comments on commit 6802256

Please sign in to comment.