Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Feb 23, 2024
1 parent 1a4c285 commit b163fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/shields/dongle_display/widgets/modifiers.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct modifier_symbol ms_cmd = {

struct modifier_symbol *modifier_symbols[] = {
// this order determines the order of the symbols
&ms_shift
&ms_shift,
&ms_control,
&ms_opt,
&ms_cmd,
Expand Down

0 comments on commit b163fd5

Please sign in to comment.