Update keyboards/handwired/set_st/rp2040/extra.h

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Set 2024-10-22 11:02:55 +03:00 committed by GitHub
parent b5af9041e2
commit 60375da441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,6 @@
#ifdef OLED_ENABLE #ifdef OLED_ENABLE
bool oled_task_user(void) { bool oled_task_user(void) {
// Set cursor position
oled_set_cursor(0, 0);
// Switch on current active layer // Switch on current active layer
switch (get_highest_layer(layer_state)) { switch (get_highest_layer(layer_state)) {
case BASE : case BASE :