forked from kofal.net/zmk
Initial display support.
This commit is contained in:
10
app/include/zmk/display.h
Normal file
10
app/include/zmk/display.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
int zmk_display_init();
|
||||
void zmk_display_task_handler();
|
||||
Reference in New Issue
Block a user