From 107b4b33e9ac7303501801ac5beecfa9c86508e9 Mon Sep 17 00:00:00 2001 From: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com> Date: Thu, 20 Aug 2020 18:25:10 +0900 Subject: [PATCH] small modifications according to renaming --- keyboards/yushakobo/helix_5r/config.h | 2 +- keyboards/yushakobo/helix_5r/helix_5r.c | 2 +- keyboards/yushakobo/helix_5r/keymaps/default/keymap.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/yushakobo/helix_5r/config.h b/keyboards/yushakobo/helix_5r/config.h index 1498bffc2ae..2655aaca6b5 100644 --- a/keyboards/yushakobo/helix_5r/config.h +++ b/keyboards/yushakobo/helix_5r/config.h @@ -108,7 +108,7 @@ along with this program. If not, see . #endif /* Custom font */ -#define OLED_FONT_H "keyboards/yushakobo/helix_type_r/common/glcdfont.c" +#define OLED_FONT_H "keyboards/yushakobo/helix_5r/common/glcdfont.c" /* Encorder */ #define ENCODERS_PAD_A { B6 } diff --git a/keyboards/yushakobo/helix_5r/helix_5r.c b/keyboards/yushakobo/helix_5r/helix_5r.c index 5e6fb794d26..d8953c1df9e 100644 --- a/keyboards/yushakobo/helix_5r/helix_5r.c +++ b/keyboards/yushakobo/helix_5r/helix_5r.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -#include "helix_type_r.h" +#include "helix_5r.h" #ifdef RGB_MATRIX_ENABLE led_config_t g_led_config = { { diff --git a/keyboards/yushakobo/helix_5r/keymaps/default/keymap.c b/keyboards/yushakobo/helix_5r/keymaps/default/keymap.c index 54c9492ee03..2aec34eca11 100644 --- a/keyboards/yushakobo/helix_5r/keymaps/default/keymap.c +++ b/keyboards/yushakobo/helix_5r/keymaps/default/keymap.c @@ -225,7 +225,7 @@ void render_status(void) { // Render to mode icon static const char os_logo[][2][3] PROGMEM ={{{0x95,0x96,0},{0xb5,0xb6,0}},{{0x97,0x98,0},{0xb7,0xb8,0}}}; - if(mode_windows==false){ + if(keymap_config.swap_lalt_lgui==false){ oled_write_P(os_logo[0][0], false); oled_write_P(PSTR("\n"), false); oled_write_P(os_logo[0][1], false);