diff options
author | precondition <57645186+precondition@users.noreply.github.com> | 2022-10-01 10:52:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 01:52:46 -0700 |
commit | e78fa1fbf00fed10399b70c212f00668d7745b17 (patch) | |
tree | c9986ff195053c68b83118528f4b66d4f2e65e1c /quantum/keymap_extras | |
parent | f81123469ec1443267e88af1e40d5b399338fbd8 (diff) |
Fix comment of CM_QUES (Colemak question mark) (#18557)
`#define CM_QUES S(CM_SLSH) // /` → `#define CM_QUES S(CM_SLSH) // ?`
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r-- | quantum/keymap_extras/keymap_colemak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_colemak.h b/quantum/keymap_extras/keymap_colemak.h index 6658cc1301..e7b5c97ccb 100644 --- a/quantum/keymap_extras/keymap_colemak.h +++ b/quantum/keymap_extras/keymap_colemak.h @@ -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) // ? |