unicode working, i think

This commit is contained in:
Jack Humbert
2015-09-14 23:54:49 -04:00
parent 5bb7ef0012
commit 6ec03b2218
6 changed files with 383 additions and 2 deletions
+6 -1
View File
@@ -125,13 +125,18 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
# NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
MIDI_ENABLE = YES # MIDI controls
# MIDI_ENABLE = YES # MIDI controls
UNICODE_ENABLE = YES # MIDI controls
BACKLIGHT_ENABLE = yes
ifdef MIDI_ENABLE
SRC += keymap_midi.c
endif
ifdef UNICODE_ENABLE
SRC += keymap_unicode.c
endif
# Optimize size but this may cause error "relocation truncated to fit"
#EXTRALDFLAGS = -Wl,--relax