summaryrefslogtreecommitdiffstats
path: root/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/tessachka/keymap.c')
-rw-r--r--keyboards/splitkb/kyria/keymaps/tessachka/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c b/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c
index 38307f9644..51a91fc915 100644
--- a/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c
+++ b/keyboards/splitkb/kyria/keymaps/tessachka/keymap.c
@@ -29,7 +29,7 @@ enum custom_keycodes {
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-/*
+/*
* Base Layer: QWERTY
*
* ,-------------------------------------------. ,-------------------------------------------.
@@ -137,7 +137,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
// bool process_record_user(uint16_t keycode, keyrecord_t *record) {
// switch (keycode) {
-// case MyCustomKeycode:
+// case MyCustomKeycode:
// if (record->event.pressed) {
// // What to do if the button was pressed
// } else {
@@ -148,7 +148,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
// return true;
// }
-#ifdef OLED_DRIVER_ENABLE
+#ifdef OLED_ENABLE
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
return OLED_ROTATION_180;
}