Add Reverb keyboard. (#22387)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
0059393868
commit
4b3f9b8b3a
17 changed files with 3185 additions and 0 deletions
17
keyboards/dasky/reverb/graphics/display.h
Normal file
17
keyboards/dasky/reverb/graphics/display.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// Copyright 2023 Dasky (@daskygit)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "qp.h"
|
||||
#include "qp_surface.h"
|
||||
|
||||
extern painter_device_t reverb_surface;
|
||||
extern painter_device_t reverb_display;
|
||||
extern painter_font_handle_t roboto_font;
|
||||
|
||||
void display_key_counter(void);
|
||||
void display_init_kb(void);
|
||||
bool display_init_user(void);
|
||||
void display_task_kb(void);
|
||||
bool display_task_user(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue