Fix comment of CM_QUES (Colemak question mark) (#18557)

`#define CM_QUES S(CM_SLSH) // /` → `#define CM_QUES S(CM_SLSH) // ?`
miryoku-merge-master
precondition 3 years ago committed by GitHub
parent f81123469e
commit e78fa1fbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) // ?

Loading…
Cancel
Save