Skip to content

Commit

Permalink
Fix comment of CM_QUES (Colemak question mark) (qmk#18557)
Browse files Browse the repository at this point in the history
`#define CM_QUES S(CM_SLSH) // /` → `#define CM_QUES S(CM_SLSH) // ?`
  • Loading branch information
precondition authored and ramonimbao committed Nov 28, 2022
1 parent e418b6d commit 07c76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/keymap_colemak.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
// Row 4
#define CM_LABK S(CM_COMM) // <
#define CM_RABK S(CM_DOT) // >
#define CM_QUES S(CM_SLSH) // /
#define CM_QUES S(CM_SLSH) // ?

0 comments on commit 07c76e7

Please sign in to comment.