fix(codes): typo in C_SUBTITLES.
This commit is contained in:
parent
19cc96b86d
commit
d7ba7a1bee
2 changed files with 2 additions and 2 deletions
|
@ -930,7 +930,7 @@
|
|||
|
||||
/* Consumer Closed Caption */
|
||||
#define C_CAPTIONS (ZMK_HID_USAGE(HID_USAGE_CONSUMER, HID_USAGE_CONSUMER_CLOSED_CAPTION))
|
||||
#define C_SUBTITILES (C_CAPTIONS)
|
||||
#define C_SUBTITLES (C_CAPTIONS)
|
||||
|
||||
/* Consumer Snapshot */
|
||||
#define C_SNAPSHOT (ZMK_HID_USAGE(HID_USAGE_CONSUMER, HID_USAGE_CONSUMER_SNAPSHOT))
|
||||
|
|
|
@ -4989,7 +4989,7 @@ export default [
|
|||
footnotes: {},
|
||||
},
|
||||
{
|
||||
names: ["C_CAPTIONS", "C_SUBTITILES"],
|
||||
names: ["C_CAPTIONS", "C_SUBTITLES"],
|
||||
description: "Closed Caption",
|
||||
context: "Consumer",
|
||||
clarify: true,
|
||||
|
|
Loading…
Reference in a new issue