mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	[Keyboard] Fix compilation issues for Lime (#15116)
This commit is contained in:
		
							parent
							
								
									742d1a8b8e
								
							
						
					
					
						commit
						f879fbfb6d
					
				@ -463,7 +463,7 @@ bool showedJump = true;
 | 
				
			|||||||
        return OLED_ROTATION_270;
 | 
					        return OLED_ROTATION_270;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void oled_task_user(void) {
 | 
					    bool oled_task_user(void) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /* Keyboard Pet Variables */
 | 
					        /* Keyboard Pet Variables */
 | 
				
			||||||
        current_wpm = get_current_wpm();
 | 
					        current_wpm = get_current_wpm();
 | 
				
			||||||
@ -474,6 +474,7 @@ bool showedJump = true;
 | 
				
			|||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            print_logo_narrow();
 | 
					            print_logo_narrow();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        return false;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
@ -4,4 +4,6 @@ JOYSTICK_ENABLE = yes
 | 
				
			|||||||
JOYSTICK_DRIVER = analog
 | 
					JOYSTICK_DRIVER = analog
 | 
				
			||||||
EXTRAKEY_ENABLE = yes
 | 
					EXTRAKEY_ENABLE = yes
 | 
				
			||||||
WPM_ENABLE = yes
 | 
					WPM_ENABLE = yes
 | 
				
			||||||
 | 
					LTO_ENABLE = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SRC += analog.c
 | 
					SRC += analog.c
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user