stripped config

This commit is contained in:
2024-03-26 11:04:26 +01:00
parent 25f553e0e0
commit b7637a7285
5 changed files with 149 additions and 45 deletions

View File

@@ -1,7 +1,4 @@
#include "quantum.h"
#include QMK_KEYBOARD_H
#include <stdio.h>
#define _LAYER0 0
@@ -18,23 +15,4 @@ enum custom_keycodes {
oled_rotation_t oled_init_kb(oled_rotation_t rotation) {
return OLED_ROTATION_180;
}
bool oled_task_kb(void) {
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
return true;
}
bool oled_task_user(void) {
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
oled_write_ln("colemak", false);
return 0;
}
}