|
// Copyright 2023 Nick Brassel (@tzarc)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#ifdef QUANTUM_PAINTER_DUMMY_COMMS_ENABLE
|
|
|
|
# include "qp_internal.h"
|
|
|
|
extern painter_comms_vtable_t dummy_comms_vtable;
|
|
|
|
#endif // QUANTUM_PAINTER_DUMMY_COMMS_ENABLE
|