some updates, move code in rp2040.c

This commit is contained in:
Stanislav 2024-04-12 13:31:48 +03:00
parent a056a1748c
commit 2d52271935

View File

@ -18,6 +18,13 @@
#ifdef OLED_ENABLE
enum layers{
BASE,
FN,
MEDIA,
LIGHT
};
bool oled_task_user(void) {
// Set cursor position
oled_set_cursor(0, 0);