mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
some updates, move code in rp2040.c
This commit is contained in:
parent
a056a1748c
commit
2d52271935
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user