qmk_firmware/quantum/keymap_common.h

11 lines
215 B
C
Raw Permalink Normal View History

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