mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
feat(hid): Add apple globe keycode
* feat(hid): Add apple globe keycode * Update docs/src/data/hid.js Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> Co-authored-by: Pete Johanson <peter@peterjohanson.com> Co-authored-by: Nick Coutsos <nick@coutsos.com>
This commit is contained in:
@@ -7865,4 +7865,25 @@ export default [
|
||||
},
|
||||
footnotes: {},
|
||||
},
|
||||
{
|
||||
names: ["C_AC_NEXT_KEYBOARD_LAYOUT_SELECT", "GLOBE"],
|
||||
description: "AC Next Keyboard Layout Select (Apple Globe)",
|
||||
context: "Consumer AC",
|
||||
clarify: true,
|
||||
usages: [
|
||||
{
|
||||
application: consumerApplication,
|
||||
item: usage(consumerPage, 0x29d),
|
||||
},
|
||||
],
|
||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=153",
|
||||
os: {
|
||||
windows: null,
|
||||
linux: null,
|
||||
android: null,
|
||||
macos: true,
|
||||
ios: true,
|
||||
},
|
||||
footnotes: {},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user