stripped config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user