blob: ae11bc3b48c36ba07fd82a243c3a5af1a857f3ce (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: CC-BY-NC-SA-4.0
*/
export const genericDesktop = 0x01;
export const key = 0x07;
export const consumer = 0x0c;
|