qmk-firmwares/quantum/keymap_common.h

11 lines
215 B
C
Raw Permalink Normal View History

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