/* * Copyright (c) 2024 The ZMK Contributors * * SPDX-License-Identifier: CC-BY-NC-SA-4.0 */ import Admonition from "@theme/Admonition"; export default function KeyboardConsumer() { return (

In the below tables, there are keycode pairs with similar names where one variant has a K_ prefix and another C_. These variants correspond to similarly named usages from different{" "} HID usage pages , namely the "keyboard/keypad" and "consumer" ones respectively.

In practice, some OS and applications might listen to only one of the variants. You can use the values in the compatibility columns below to assist you in selecting which one to use.

); } KeyboardConsumer.propTypes = {};