forked from mirrors/qmk_userspace
Quantum Painter QoL enhancements -- auto-poweroff, auto-flush, buffer sizing (#20013)
This commit is contained in:
parent
dfec6ac471
commit
cd94ba031c
13 changed files with 199 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2021 Nick Brassel (@tzarc)
|
||||
// Copyright 2021-2023 Nick Brassel (@tzarc)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
@ -82,3 +82,8 @@ struct painter_driver_t {
|
|||
// Comms config pointer -- needs to point to an appropriate comms config if the comms driver requires it.
|
||||
void *comms_config;
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Device internals
|
||||
|
||||
bool qp_internal_register_device(painter_device_t driver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue