summaryrefslogtreecommitdiff
path: root/app/include/zmk/display.h
blob: def43920aaf1932c699be22fa79ecc19c3495cfa (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) 2020 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

#pragma once

int zmk_display_init();
void zmk_display_task_handler();