fix(codes): typo in C_SUBTITLES.

This commit is contained in:
Stefán Páll Sturluson 2022-05-17 04:29:53 +00:00 committed by GitHub
parent 19cc96b86d
commit d7ba7a1bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4989,7 +4989,7 @@ export default [
footnotes: {},
},
{
names: ["C_CAPTIONS", "C_SUBTITILES"],
names: ["C_CAPTIONS", "C_SUBTITLES"],
description: "Closed Caption",
context: "Consumer",
clarify: true,