qmk_firmware/keyboards/converter/xmk/xmk_matrix.h

12 lines
238 B
C
Raw Normal View History

2022-12-19 10:52:03 +01:00
// Copyright 2022 Manna Harbour (@manna-harbour)
// https://github.com/manna-harbour/xmk
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <stdbool.h>
#include <stdint.h>
2022-12-19 10:52:03 +01:00
void xmk_matrix_key(bool press, uint8_t key);