mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
9 lines
154 B
C
9 lines
154 B
C
// Copyright 2022 Parker Levin (@pedker)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
void draw_bongo(bool minimal);
|