mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	unicode working, i think
This commit is contained in:
		
						commit
						f610c65f10
					
				| @ -127,7 +127,6 @@ COMMAND_ENABLE = yes    # Commands for debug and configuration | |||||||
| BACKLIGHT_ENABLE = yes  # Enable keyboard backlight functionality | BACKLIGHT_ENABLE = yes  # Enable keyboard backlight functionality | ||||||
| # MIDI_ENABLE = YES 		# MIDI controls
 | # MIDI_ENABLE = YES 		# MIDI controls
 | ||||||
| UNICODE_ENABLE = YES 		# MIDI controls | UNICODE_ENABLE = YES 		# MIDI controls | ||||||
| BACKLIGHT_ENABLE = yes |  | ||||||
| 
 | 
 | ||||||
| ifdef MIDI_ENABLE | ifdef MIDI_ENABLE | ||||||
| 	SRC += keymap_midi.c | 	SRC += keymap_midi.c | ||||||
|  | |||||||
| @ -65,7 +65,9 @@ void matrix_init(void) | |||||||
|     MCUCR |= (1<<JTD); |     MCUCR |= (1<<JTD); | ||||||
|     MCUCR |= (1<<JTD); |     MCUCR |= (1<<JTD); | ||||||
| 
 | 
 | ||||||
|  |     #if BACKLIGHT_ENABLE == 'yes' | ||||||
|     backlight_init_ports(); |     backlight_init_ports(); | ||||||
|  |     #endif | ||||||
| 
 | 
 | ||||||
|     // Turn status LED on
 |     // Turn status LED on
 | ||||||
|     DDRE |= (1<<6); |     DDRE |= (1<<6); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jack Humbert
						Jack Humbert