mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
small modifications according to renaming
This commit is contained in:
parent
8cc73fea25
commit
107b4b33e9
@ -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 }
|
||||||
|
@ -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 = { {
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user