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;
|
||||
}
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio outpuarsttrsatrsatrsaartstt
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
SWAP_HANDS_ENABLE = no # Enable one-hand typing
|
||||
OLED_ENABLE = yes # OLED display
|
||||
BOOTMAGIC_ENABLE = no
|
||||
MOUSEKEY_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
COMMAND_ENABLE = no
|
||||
NKRO_ENABLE = no
|
||||
BACKLIGHT_ENABLE = no
|
||||
AUDIO_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
SWAP_HANDS_ENABLE = no
|
||||
LTO_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
WPM_ENABLE = yes
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = no
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
SRC += ./lib/layer_state_reader.c \
|
||||
|
||||
Reference in New Issue
Block a user