Fix typo in C_SUBTITLES

This commit is contained in:
Stefán Páll Sturluson 2022-05-16 19:58:12 +00:00
parent 19cc96b86d
commit d3ff1ff1ea
2 changed files with 2 additions and 2 deletions

View file

@ -930,7 +930,7 @@
/* Consumer Closed Caption */ /* Consumer Closed Caption */
#define C_CAPTIONS (ZMK_HID_USAGE(HID_USAGE_CONSUMER, HID_USAGE_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 */ /* Consumer Snapshot */
#define C_SNAPSHOT (ZMK_HID_USAGE(HID_USAGE_CONSUMER, HID_USAGE_CONSUMER_SNAPSHOT)) #define C_SNAPSHOT (ZMK_HID_USAGE(HID_USAGE_CONSUMER, HID_USAGE_CONSUMER_SNAPSHOT))

View file

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