mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +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
|
#ifdef OLED_ENABLE
|
||||||
|
|
||||||
|
enum layers{
|
||||||
|
BASE,
|
||||||
|
FN,
|
||||||
|
MEDIA,
|
||||||
|
LIGHT
|
||||||
|
};
|
||||||
|
|
||||||
bool oled_task_user(void) {
|
bool oled_task_user(void) {
|
||||||
// Set cursor position
|
// Set cursor position
|
||||||
oled_set_cursor(0, 0);
|
oled_set_cursor(0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user