some updates, move code in rp2040.c

This commit is contained in:
Stanislav 2024-04-12 14:09:10 +03:00
parent 8254e20e22
commit ec67d265f2

View File

@ -14,18 +14,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "quantum.h"
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H
#include "keymap.c"
#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);