qmk-firmware/quantum/keymap_common.h

11 lines
215 B
C
Raw Normal View History

2023-03-03 19:26:53 +08:00
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
2023-03-04 01:50:40 +08:00
#include <stdint.h>
2023-03-28 03:08:17 +08:00
#include "keyboard.h"
2023-03-04 01:50:40 +08:00
2023-03-03 19:26:53 +08:00
// translates key to keycode
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);