mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
some updates, move code in rp2040.c
This commit is contained in:
parent
8254e20e22
commit
ec67d265f2
@ -14,18 +14,11 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "keymap.c"
|
||||
|
||||
#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