[Keymap] Lily58 : HELL0 NAVI. Interface (#15469)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
druotoni 2022-01-13 20:00:35 +01:00 committed by GitHub
parent 8a6da095d2
commit b3c0548ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 2879 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// Copyright 2021 Nicolas Druoton (druotoni)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define SIZE_ARRAY_1 16
#define CURSOR_1 9
void update_circle(uint16_t);
void render_circle(gui_state_t t);
void reset_ring(void);