Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)
* Remove problematic unicode_map stub definition in process_unicodemap.c * Add unicode_map declaration to process_unicodemap.h * Disable UNICODEMAP on converter boards that don't use it
This commit is contained in:
		
				
					committed by
					
						
						Drashna Jaelre
					
				
			
			
				
	
			
			
			
						parent
						
							3a3de84e40
						
					
				
				
					commit
					d7754a19b9
				
			@@ -17,9 +17,6 @@
 | 
			
		||||
#include "process_unicodemap.h"
 | 
			
		||||
#include "process_unicode_common.h"
 | 
			
		||||
 | 
			
		||||
__attribute__((weak))
 | 
			
		||||
const uint32_t PROGMEM unicode_map[] = {};
 | 
			
		||||
 | 
			
		||||
void register_hex32(uint32_t hex) {
 | 
			
		||||
  bool onzerostart = true;
 | 
			
		||||
  for(int i = 7; i >= 0; i--) {
 | 
			
		||||
 
 | 
			
		||||
@@ -19,5 +19,7 @@
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
#include "process_unicode_common.h"
 | 
			
		||||
 | 
			
		||||
extern const uint32_t PROGMEM unicode_map[];
 | 
			
		||||
 | 
			
		||||
void unicodemap_input_error(void);
 | 
			
		||||
bool process_unicodemap(uint16_t keycode, keyrecord_t *record);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user