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
|
|
|
|
|
2023-03-19 22:12:05 +01:00
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stdint.h>
|
2022-12-19 10:52:03 +01:00
|
|
|
|
|
|
|
void xmk_matrix_key(bool press, uint8_t key);
|