small modifications according to renaming

This commit is contained in:
keyaki-namiki 2020-08-20 18:25:10 +09:00
parent 8cc73fea25
commit 107b4b33e9
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif #endif
/* Custom font */ /* 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 */ /* Encorder */
#define ENCODERS_PAD_A { B6 } #define ENCODERS_PAD_A { B6 }

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "helix_type_r.h" #include "helix_5r.h"
#ifdef RGB_MATRIX_ENABLE #ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { { led_config_t g_led_config = { {

View File

@ -225,7 +225,7 @@ void render_status(void) {
// Render to mode icon // Render to mode icon
static const char os_logo[][2][3] PROGMEM ={{{0x95,0x96,0},{0xb5,0xb6,0}},{{0x97,0x98,0},{0xb7,0xb8,0}}}; 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(os_logo[0][0], false);
oled_write_P(PSTR("\n"), false); oled_write_P(PSTR("\n"), false);
oled_write_P(os_logo[0][1], false); oled_write_P(os_logo[0][1], false);