forked from mirrors/qmk_userspace
		
	Fix compilation of dynamic_keymap.c without VIA (#21858)
This commit is contained in:
		
					parent
					
						
							
								31a91add16
							
						
					
				
			
			
				commit
				
					
						11a8101301
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -26,6 +26,7 @@
 | 
				
			||||||
#    include "via.h"
 | 
					#    include "via.h"
 | 
				
			||||||
#    define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
 | 
					#    define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 | 
					#    include "eeconfig.h"
 | 
				
			||||||
#    define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
 | 
					#    define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue