qmk_firmware/quantum/process_keycode/process_connection.h
2024-08-07 17:46:45 +10:00

10 lines
225 B
C

// Copyright 2024 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include "action.h"
bool process_connection(uint16_t keycode, keyrecord_t *record);